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
- Expected identifier in import declaration
- Expected expression
Import statement syntax:
#import "DDMathParser.h"
I followed This guide.