關於iOS開發property with 'retain(or strong)' attribute must be of object type

Xcode的#import比#include的好處是解決多重包含的問題,遇到了相互包含頭文件的問題this

property with 'retain(or strong)' attribute must be of object type」atom

解決方案就是在出錯頭文件中實現code

@class 文件名;便可解決例如get

#import "BaseViewModelService.h"it

#import "NavigationImpl.h"io

@class NavigationImpl;class

@interface BaseViewModel : NSObjectimport

@property(nonatomic,strong) NavigationImpl *naviImpl;object

相關文章
相關標籤/搜索