protocol implementation
#import <UIKit/UIKit.h> #import "MyProtocol.h" @interface ViewController : UIViewController <MyProtocol> @end