1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- #ifdef __OBJC__
- #import <UIKit/UIKit.h>
- #else
- #ifndef FOUNDATION_EXPORT
- #if defined(__cplusplus)
- #define FOUNDATION_EXPORT extern "C"
- #else
- #define FOUNDATION_EXPORT extern
- #endif
- #endif
- #endif
- #import "ADJActivityHandler.h"
- #import "ADJActivityKind.h"
- #import "ADJActivityPackage.h"
- #import "ADJActivityState.h"
- #import "ADJAdjustFactory.h"
- #import "ADJAttribution.h"
- #import "ADJAttributionHandler.h"
- #import "ADJBackoffStrategy.h"
- #import "ADJConfig.h"
- #import "ADJDeviceInfo.h"
- #import "ADJEvent.h"
- #import "ADJEventFailure.h"
- #import "ADJEventSuccess.h"
- #import "ADJKeychain.h"
- #import "ADJLogger.h"
- #import "ADJPackageBuilder.h"
- #import "ADJPackageHandler.h"
- #import "ADJReachability.h"
- #import "ADJRequestHandler.h"
- #import "ADJResponseData.h"
- #import "ADJSdkClickHandler.h"
- #import "ADJSessionFailure.h"
- #import "ADJSessionParameters.h"
- #import "ADJSessionSuccess.h"
- #import "ADJSubscription.h"
- #import "ADJSystemProfile.h"
- #import "ADJThirdPartySharing.h"
- #import "ADJTimerCycle.h"
- #import "ADJTimerOnce.h"
- #import "ADJUrlStrategy.h"
- #import "ADJUserDefaults.h"
- #import "Adjust.h"
- #import "ADJUtil.h"
- #import "NSData+ADJAdditions.h"
- #import "NSNumber+ADJAdditions.h"
- #import "NSString+ADJAdditions.h"
- #import "UIDevice+ADJAdditions.h"
- FOUNDATION_EXPORT double AdjustVersionNumber;
- FOUNDATION_EXPORT const unsigned char AdjustVersionString[];
|