blob: 8d79abedf4276bd3d6389b42151b52e57ef74a27 [file]
@interface MyClass
- (void)method;
+ (void)classMethod;
- (void)implementedMethod;
- (void)method:(int)x with:(int)y;
@end