如何从私有API创建类UIWebDocumentView的类别?
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UIWebDocumentView (myCanPerformAction)
- (BOOL)myCanPerformAction:(SEL)action withSender:(id)sender;
@end
错误:
找不到'UIWebDocumentView'的接口声明
答案 0 :(得分:0)
on ios ....在NSObject上定义它
osx上的...可以使用反射在运行时添加方法