orta / ARAnalytics

Simplify your iOS/Mac analytics
MIT License
1.84k stars 217 forks source link

Import error with Localytics #277

Closed cemaleker closed 8 years ago

cemaleker commented 8 years ago

Are there any specific reason why ARAnalytics uses

#import "Localytics.h"

to import Localytics instead of

@import Localytics;

I am getting import error while compiling with the current import method. I have fixed that on my fork and I want to send out a pull request if there is no specific reason.

orta commented 8 years ago

Not to my knowledge

BenchR267 commented 8 years ago

https://github.com/orta/ARAnalytics/pull/278