Skip to content

Instantly share code, notes, and snippets.

@arkilis
Created April 25, 2017 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arkilis/639c1b2c13e060bbfe605136e076a0b8 to your computer and use it in GitHub Desktop.
Save arkilis/639c1b2c13e060bbfe605136e076a0b8 to your computer and use it in GitHub Desktop.
protocol implementation
#import <UIKit/UIKit.h>
#import "MyProtocol.h"
@interface ViewController : UIViewController <MyProtocol>
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment