Created
November 8, 2014 00:22
-
-
Save adamyanalunas/c2428f23f1df1d21a655 to your computer and use it in GitHub Desktop.
What's wrong with this picture?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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