adding pods method of package managing
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
#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 "FBAEMAdvertiserMultiEntryRule.h"
|
||||
#import "FBAEMAdvertiserRuleFactory.h"
|
||||
#import "FBAEMAdvertiserRuleMatching.h"
|
||||
#import "FBAEMAdvertiserRuleOperator.h"
|
||||
#import "FBAEMAdvertiserRuleProviding.h"
|
||||
#import "FBAEMAdvertiserSingleEntryRule.h"
|
||||
#import "FBAEMConfiguration.h"
|
||||
#import "FBAEMEvent.h"
|
||||
#import "FBAEMInvocation.h"
|
||||
#import "FBAEMKitVersions.h"
|
||||
#import "FBAEMNetworker.h"
|
||||
#import "FBAEMRequestBody.h"
|
||||
#import "FBAEMRule.h"
|
||||
#import "FBCoreKitBasicsImportForAEMKit.h"
|
||||
#import "FBAEMKit.h"
|
||||
#import "FBAEMNetworking.h"
|
||||
#import "FBAEMReporter.h"
|
||||
#import "FBSKAdNetworkReporting.h"
|
||||
|
||||
FOUNDATION_EXPORT double FBAEMKitVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char FBAEMKitVersionString[];
|
||||
|
||||
Reference in New Issue
Block a user