Skip to content

Instantly share code, notes, and snippets.

@mcany
Created October 7, 2016 06:41
Show Gist options
  • Save mcany/9aed427c1f1dad3687ae09bd4547bb10 to your computer and use it in GitHub Desktop.
Save mcany/9aed427c1f1dad3687ae09bd4547bb10 to your computer and use it in GitHub Desktop.
@property (copy, nullable) NSString *name;
@property (copy, readonly, nonnull) NSArray *allItems;
- (nullable AAPLListItem *)itemWithName:(nonnull NSString *)name;
- (NSInteger)indexOfItem:(nonnull AAPLListItem *)item;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment