oc 可执行文件结构探查--machOView
@interface BaseClass : NSObject @property(nonatomic,strong) NSString *one; - (void)hello; - (void)func1; + (void)helloC; @end
常练习;不要问自己会啥,要问自己能干啥;纸上得来终觉浅,绝知此事要躬行。爆碎牙才是自己的。
@interface BaseClass : NSObject @property(nonatomic,strong) NSString *one; - (void)hello; - (void)func1; + (void)helloC; @end