How can I import DDMathParser into an iOS 8 project?

I am completely new to fast and evolving my first iOS app. I need to use DDMathParser. I followed the guide on my site but I am getting errors on import

  • Expected identifier in import declaration
  • Expected expression

Operator statement syntax:

#import "DDMathParser.h"

I followed this tutorial.

+3


source to share


1 answer


Modifying the header files solved my problem. Thanks to



+1


source







All Articles