YBLiveReportVC.h 404 B

1234567891011121314151617
  1. //
  2. // YBLiveReportVC.h
  3. // YBVideo
  4. //
  5. // Created by Boom on 2017/7/14.
  6. // Copyright © 2017年 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface YBLiveReportVC : YBBaseViewController
  10. @property (nonatomic,copy)NSString *dongtaiId;
  11. @property (nonatomic,copy)NSString *dongtaiUserID;
  12. @property (nonatomic,copy)NSString *fromWhere;
  13. @property (nonatomic,assign) BOOL isLive;
  14. @end