Skip to content

Commit

Permalink
Add documentation for -[NSArray objectsAtIndexes:]. Quick fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Nov 9, 2024
1 parent be38c72 commit 37b5491
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Headers/Foundation/NSArray.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 37b5491

Please sign in to comment.