类 / 构造函数

@interface Man : NSObject
@end

@implementation Man : NSObject
@end

Man *man = [Man new];