Skip to content

Instantly share code, notes, and snippets.

@pratikshabhisikar
Created August 16, 2011 13:42
Show Gist options
  • Save pratikshabhisikar/1149093 to your computer and use it in GitHub Desktop.
Save pratikshabhisikar/1149093 to your computer and use it in GitHub Desktop.
Dog.h
@interface Dog : NSObject {
}
@property (nonatomic, assign) id<DogDelegate> delegate;
-(void) bark;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment