Commit ad686a4494bf993a74f97faf55bc8bc96fb7279f

Authored by zhangxiaowen
1 parent 69cbbb9c

no message

Example/CNLivePlayer/Streamer/CNLiveStreamerController.h
@@ -6,8 +6,8 @@ @@ -6,8 +6,8 @@
6 // Copyright © 2019 153993236@qq.com. All rights reserved. 6 // Copyright © 2019 153993236@qq.com. All rights reserved.
7 // 7 //
8 8
9 -#import <UIKit/UIKit.h> 9 +#import "CNLiveBaseController.h"
10 10
11 -@interface CNLiveStreamerController : UIViewController 11 +@interface CNLiveStreamerController : CNLiveBaseController
12 12
13 @end 13 @end