__attribute(NSObject)仅用于指针类型

时间:2014-02-05 04:45:57

标签: objective-c properties

我正在处理第三方库,并在以下行中收到构建错误:

@property (nonatomic, strong) __attribute__((NSObject)) dispatch_queue_t captureQueue;

错误是:

 __attribute ((NSObject)) is for pointer types only

这是什么意思?

0 个答案:

没有答案