Skip to content

Instantly share code, notes, and snippets.

@128keaton
Created March 15, 2015 02:56
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 128keaton/b8fbda38dac1772da627 to your computer and use it in GitHub Desktop.
Save 128keaton/b8fbda38dac1772da627 to your computer and use it in GitHub Desktop.
Me in a nutshell
@interface Keaton : NSObject
@property(strong, nonatomic)BOOL speak;
@end
@interface Keaton : NSObject
@end
@implementation Keaton
-(BOOL)speak{
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment