Skip to content

Instantly share code, notes, and snippets.

@pbalduino
Created May 25, 2012 14:16
Show Gist options
  • Save pbalduino/2788365 to your computer and use it in GitHub Desktop.
Save pbalduino/2788365 to your computer and use it in GitHub Desktop.
#import <Foundation/Foundation.h>
@interface FirstClass : NSObject {
NSString* name;
}
-(NSString*) meh;
-(NSString*) foo: (int)bar;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment