| 1234567891011121314151617 |
- //
- // YBLiveReportVC.h
- // YBVideo
- //
- // Created by Boom on 2017/7/14.
- // Copyright © 2017年 cat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface YBLiveReportVC : YBBaseViewController
- @property (nonatomic,copy)NSString *dongtaiId;
- @property (nonatomic,copy)NSString *dongtaiUserID;
- @property (nonatomic,copy)NSString *fromWhere;
- @property (nonatomic,assign) BOOL isLive;
- @end
|