Skip to content

Instantly share code, notes, and snippets.

@pratikshabhisikar
Created August 16, 2011 13:43
Show Gist options
  • Save pratikshabhisikar/1149100 to your computer and use it in GitHub Desktop.
Save pratikshabhisikar/1149100 to your computer and use it in GitHub Desktop.
DogDelegate.h
@class Dog;
@protocol DogDelegate <NSObject>
@optional
-(void) dogWillStartBarking:(Dog *) aDog;
-(void) dogDidFinishBarking:(Dog *) aDog;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment