标签: objective-c properties
我正在处理第三方库,并在以下行中收到构建错误:
@property (nonatomic, strong) __attribute__((NSObject)) dispatch_queue_t captureQueue;
错误是:
__attribute ((NSObject)) is for pointer types only
这是什么意思?