MapboxMobileEvents.h 543 B

1234567891011121314
  1. #import <UIKit/UIKit.h>
  2. //! Project version number for MapboxMobileEvents.
  3. FOUNDATION_EXPORT double MapboxMobileEventsVersionNumber;
  4. //! Project version string for MapboxMobileEvents
  5. FOUNDATION_EXPORT const unsigned char MapboxMobileEventsVersionString[];
  6. // In this header, you should import all the public headers of your framework using statements like #import <MapboxMobileEvents/PublicHeader.h>
  7. #import "MMEConstants.h"
  8. #import "MMEEvent.h"
  9. #import "MMETypes.h"
  10. #import "MMEEventsManager.h"
  11. #import "NSUserDefaults+MMEConfiguration.h"