プライベート API からクラス UIWebDocumentView のカテゴリを作成するには?
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface UIWebDocumentView (myCanPerformAction)
- (BOOL)myCanPerformAction:(SEL)action withSender:(id)sender;
@end
エラー:
「UIWebDocumentView」のインターフェイス宣言が見つかりません