@interface BaseClass : NSObject @property(nonatomic,strong) NSString *one; - (void)hello; - (void)func1; + (void)helloC; @end