#import "library.h" @implementation WithClassProperty : NSObject -(instancetype) init {} + (NSString *) stringProperty { return @"153"; } @end