Классы / Методы

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