Skip to content

Instantly share code, notes, and snippets.

@NetguruGist
Last active December 8, 2015 10:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NetguruGist/bf6fa293246dde67214d to your computer and use it in GitHub Desktop.
Save NetguruGist/bf6fa293246dde67214d to your computer and use it in GitHub Desktop.
generics3 objectivec
@interface Person : NSObject
@property (nonatomic, strong, nonnull) NSString *name;
@property (nonatomic, strong, nonnull) NSString *surname;
@property (nonatomic, strong, nullable) NSArray *friends;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment