Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created August 8, 2012 11:31
Show Gist options
  • Save jlcampana/3294395 to your computer and use it in GitHub Desktop.
Save jlcampana/3294395 to your computer and use it in GitHub Desktop.
ARC Delegate (protocolo)
//.h
@protocol XXXXXXDelegate <NSObject>
@optional
@end
@property (nonatomic, weak) id <XXXXXXDelegate> delegate;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment