Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created December 17, 2013 16:26
Show Gist options
  • Save pbrewczynski/8007751 to your computer and use it in GitHub Desktop.
Save pbrewczynski/8007751 to your computer and use it in GitHub Desktop.
// THIS IS IN ONE FILE
@interface Parent : NSString
@end
@implementation Parent
- (void) makeIce { // so this is anyway public ? Right ?
NSLog(@"I do ice");
}
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment