标签: objective-c cocoa delegates
我无法弄清楚如何将委托NSTextViewDelegate添加到基于文档的应用程序中。 @implementation是:
NSTextViewDelegate
@implementation
@interface MPODocument : NSPersistentDocument
我似乎无法添加NSTextViewDelegate。我该怎么办?
答案 0 :(得分:1)
这很容易!
@interface MPODocument : NSPersistentDocument<NSTextViewDelegate>