CNLivePlayer-umbrella.h 679 Bytes
#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 "CNLivePlayerNetworkManager.h"
#import "CNLiveURLRequestSerialization.h"
#import "CNLivePlayerDBModel.h"
#import "CNLivePlayerDBTool.h"
#import "CNLiveHTTPProxyService.h"
#import "CNLivePlayerDownloader.h"
#import "CNLivePlayer.h"
#import "CNLivePlayerConst.h"
#import "CNLivePlayerDefines.h"
#import "CNLivePlayerManager.h"
#import "CNLivePlayerTools.h"

FOUNDATION_EXPORT double CNLivePlayerVersionNumber;
FOUNDATION_EXPORT const unsigned char CNLivePlayerVersionString[];