Skip to content

Instantly share code, notes, and snippets.

@Eluss
Created July 24, 2015 09:44
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 Eluss/2cd388a213795b949403 to your computer and use it in GitHub Desktop.
Save Eluss/2cd388a213795b949403 to your computer and use it in GitHub Desktop.
@interface Task : NSObject <NSCoding>
@property (nonatomic, strong) NSString *name;
- (instancetype)initWithName:(NSString *)name;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment