NormalViewController.h 293 Bytes
//
//  NormalViewController.h
//  CNLivePlayerSDKTest
//
//  Created by 雷浩杰 on 16/8/10.
//  Copyright © 2016年 雷浩杰. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface NormalViewController : UIViewController

@property (nonatomic, strong)NSString *videoUrlString;

@end