Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created March 20, 2013 13:52
Show Gist options
  • Save pbrewczynski/5204802 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5204802 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface Person : NSObject
@property NSString *firstName;
@property NSString *lastName;
@property int age;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment