Adjust-umbrella.h 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "ADJActivityHandler.h"
  13. #import "ADJActivityKind.h"
  14. #import "ADJActivityPackage.h"
  15. #import "ADJActivityState.h"
  16. #import "ADJAdjustFactory.h"
  17. #import "ADJAttribution.h"
  18. #import "ADJAttributionHandler.h"
  19. #import "ADJBackoffStrategy.h"
  20. #import "ADJConfig.h"
  21. #import "ADJDeviceInfo.h"
  22. #import "ADJEvent.h"
  23. #import "ADJEventFailure.h"
  24. #import "ADJEventSuccess.h"
  25. #import "ADJKeychain.h"
  26. #import "ADJLogger.h"
  27. #import "ADJPackageBuilder.h"
  28. #import "ADJPackageHandler.h"
  29. #import "ADJReachability.h"
  30. #import "ADJRequestHandler.h"
  31. #import "ADJResponseData.h"
  32. #import "ADJSdkClickHandler.h"
  33. #import "ADJSessionFailure.h"
  34. #import "ADJSessionParameters.h"
  35. #import "ADJSessionSuccess.h"
  36. #import "ADJSubscription.h"
  37. #import "ADJSystemProfile.h"
  38. #import "ADJThirdPartySharing.h"
  39. #import "ADJTimerCycle.h"
  40. #import "ADJTimerOnce.h"
  41. #import "ADJUrlStrategy.h"
  42. #import "ADJUserDefaults.h"
  43. #import "Adjust.h"
  44. #import "ADJUtil.h"
  45. #import "NSData+ADJAdditions.h"
  46. #import "NSNumber+ADJAdditions.h"
  47. #import "NSString+ADJAdditions.h"
  48. #import "UIDevice+ADJAdditions.h"
  49. FOUNDATION_EXPORT double AdjustVersionNumber;
  50. FOUNDATION_EXPORT const unsigned char AdjustVersionString[];