#import @interface MyClass: NSObject { id object; } + newWithArg: arg; - takeArg: arg; - sayHello; - showArg; @end