How to import DDMathParser in iOS 8 project?

1.2k Views Asked by At

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

  1. Expected identifier in import declaration
  2. Expected expression

Import statement syntax:

#import "DDMathParser.h"

I followed This guide.

1

There are 1 best solutions below

0
Bilal On

Bridging header files solved my problem. Thanks