28 lines
662 B
C
28 lines
662 B
C
|
|
#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 "XHLaunchAd.h"
|
||
|
|
#import "XHLaunchAdButton.h"
|
||
|
|
#import "XHLaunchAdCache.h"
|
||
|
|
#import "XHLaunchAdConfiguration.h"
|
||
|
|
#import "XHLaunchAdConst.h"
|
||
|
|
#import "XHLaunchAdController.h"
|
||
|
|
#import "XHLaunchAdDownloader.h"
|
||
|
|
#import "XHLaunchAdImageManager.h"
|
||
|
|
#import "XHLaunchAdImageView+XHLaunchAdCache.h"
|
||
|
|
#import "XHLaunchAdView.h"
|
||
|
|
#import "XHLaunchImageView.h"
|
||
|
|
|
||
|
|
FOUNDATION_EXPORT double XHLaunchAdVersionNumber;
|
||
|
|
FOUNDATION_EXPORT const unsigned char XHLaunchAdVersionString[];
|
||
|
|
|