类 / 方法

@implementation Greeting
+(void) sayGoodby {
    NSLog(@"%@"@"Goodby!");
}
@end