CNLiveStreaming-Prefix.pch 688 Bytes
//
//  CNLiveStreaming-Prefix.pch
//  QNLiveStreamingDemo
//
//  Created by iOS on 16/12/29.
//  Copyright © 2016年 zhulin. All rights reserved.
//

#ifndef CNLiveStreaming_Prefix_pch
#define CNLiveStreaming_Prefix_pch

#define kAppId      @"60_iwonlypl49"
#define kAppKey     @"53fd163b23d9108bc49b931dc53f6c067fa63ddd7331a3"

#define kSCREEN_WIDTH    [UIScreen mainScreen].bounds.size.width
#define kSCREEN_HEIGHT   [UIScreen mainScreen].bounds.size.height

#ifdef __OBJC__

    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>
    #import <CNLiveStreamingKitSDK/CNLiveQNLivingManager.h>
    #import "UIView+Extension.h"


#endif

#endif /* CNLiveStreaming_Prefix_pch */