CNLivePlayer-umbrella.h
734 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 "CNLivePlayerConst.h"
#import "CNLivePlayerDefines.h"
#import "CNLivePlayer.h"
#import "CNLivePlayerManager.h"
#import "CNLivePlayerTools.h"
#import "CNLivePlayerUrl.h"
#import "CNLiveStreamer.h"
FOUNDATION_EXPORT double CNLivePlayerVersionNumber;
FOUNDATION_EXPORT const unsigned char CNLivePlayerVersionString[];