我试图在我的应用程序中集成苹果文档的图标Collection样本,但它会抛出错误:
@interface MyViewController : NSViewController <NSCollectionViewDelegate>
在我的项目中显示错误
"Cannot find protocol declaration for NSCollectionViewDelegate"
请帮助别人。
答案 0 :(得分:0)
您需要#import定义该协议的文件到您声明类的标题中。