YBVideoReportVC.h 411 B

123456789101112131415161718192021
  1. //
  2. // YBVideoReportVC.h
  3. // YBVideo
  4. //
  5. // Created by YB007 on 2020/6/20.
  6. // Copyright © 2020 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YBVideoReportVC : YBBaseViewController
  11. @property (nonatomic,copy)NSString *dongtaiId;
  12. @property (nonatomic,copy)NSString *dongtaiUserID;
  13. @property (nonatomic,copy)NSString *fromWhere;
  14. @end
  15. NS_ASSUME_NONNULL_END