3

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.

Community
  • 1
  • 1
Bilal
  • 558
  • 8
  • 18

1 Answers1

1

Bridging header files solved my problem. Thanks

Bilal
  • 558
  • 8
  • 18