Skip to content

Instantly share code, notes, and snippets.

@adamyanalunas
Created November 8, 2014 00:22
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 adamyanalunas/c2428f23f1df1d21a655 to your computer and use it in GitHub Desktop.
Save adamyanalunas/c2428f23f1df1d21a655 to your computer and use it in GitHub Desktop.
What's wrong with this picture?
@interface Foo : NSObject
@property (nonatomic, assign)double ClassId, collegeId;
@property (nonatomic, retain)NSString *name, *date;
@end
@implementation Foo
@synthesize ClassId, collegeId;
@synthesize name, date;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment