swift - How to import DDMathParser in iOS 8 project? -


i totally new swift , developing first application ios. need use ddmathparser it. followed guide @ site getting errors @ import statement

  1. expected identifier in import declaration
  2. expected expression

import statement syntax:

#import "ddmathparser.h"

i followed this guide.

bridging header files solved problem. thanks


Comments