1 2 3 4 5
@interface FooInterface : UIViewController @property (nonatomic, readwrite, weak) id<FooProtocol> delegate; @end