如何在iOS 8项目中导入DDMathParser?

时间:2023-02-06 07:42:34

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。我在他们的网站上关注了导游,但我在导入声明中遇到错误

  1. Expected identifier in import declaration
  2. 导入声明中的预期标识符

  3. 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

桥接头文件解决了我的问题。谢谢