blob: 0fb9797c7405513935e83320c606bb3a57ca1f2d [file] [log] [blame]
#import <Foundation/Foundation.h>
@interface MyClass: NSObject
{
id object;
}
+ newWithArg: arg;
- takeArg: arg;
- sayHello;
- showArg;
@end