blob: 8e399ab1ec2de9ffe116a76113d5cb8278388fa0 [file] [log] [blame]
@interface SimpleInterface
@end
@protocol SimpleProtocol
- (void)foo:(SimpleInterface *)foo;
@end