My Project
CCStreamShowView.h
1 //
2 // CCStreamView.h
3 // CCStreamer
4 //
5 // Created by cc on 17/2/18.
6 // Copyright © 2017年 cc. All rights reserved.
7 //
8 
20 #import <UIKit/UIKit.h>
21 #import "CCStreamer.h"
26 @interface CCStreamShowView : CCStreamView
31 @property (assign, nonatomic, readonly) CCRole role;
36 @property (strong, nonatomic, readonly) NSString *name;
41 @property (strong, nonatomic, readonly) NSString *userID;
42 @end
Definition: CCStreamShowView.h:26