I am totally new to swift and developing my first application for iOS. I need to use DDMathParser with it. I followed guide at their site but i am getting errors at import statement
我是swift并开发我的第一个iOS应用程序的新手。我需要使用DDMathParser。我在他们的网站上关注了导游,但我在导入声明中遇到错误
- Expected identifier in import declaration
- Expected expression
导入声明中的预期标识符
Import statement syntax:
导入语句语法:
#import "DDMathParser.h"
I followed This guide.
我按照本指南。
1 个解决方案
#1
Bridging header files solved my problem. Thanks
桥接头文件解决了我的问题。谢谢
#1
Bridging header files solved my problem. Thanks
桥接头文件解决了我的问题。谢谢