1@implementation MyClass 2 3+ (void)myClassMethod:(int)arg1 with:(id)arg2; 4- (void)myInstanceMethod:(int)arg1 with:(id)arg2; 5 6@end 7