Commit ad686a4494bf993a74f97faf55bc8bc96fb7279f
1 parent
69cbbb9c
no message
Showing
1 changed file
with
2 additions
and
2 deletions
Example/CNLivePlayer/Streamer/CNLiveStreamerController.h
| ... | ... | @@ -6,8 +6,8 @@ |
| 6 | 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 | 13 | @end | ... | ... |