Add documentation for -[NSArray objectsAtIndexes:]. Quick fix.

This commit is contained in:
Gregory John Casamento 2024-11-08 21:02:30 -05:00
parent be38c72d44
commit 37b5491826

View file

@ -122,6 +122,9 @@ GS_EXPORT_CLASS
- (GS_GENERIC_TYPE(ElementT)) objectAtIndex: (NSUInteger)index;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
/**
* Returns array of objects at the indexes contained in NSIndexSet.
*/
- (GS_GENERIC_CLASS(NSArray, ElementT) *) objectsAtIndexes:
(NSIndexSet *)indexes;
#endif