我的 .pch 文件:
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#improt "Constant.h" // here there is a error:
#endif
line : #improt "Constant.h" 获取错误
Invalid preprocessing directive
有什么事?
我的 .pch 文件:
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#improt "Constant.h" // here there is a error:
#endif
line : #improt "Constant.h" 获取错误
Invalid preprocessing directive
有什么事?