| 123456789101112131415161718192021 |
- //
- // YBVideoReportVC.h
- // YBVideo
- //
- // Created by YB007 on 2020/6/20.
- // Copyright © 2020 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface YBVideoReportVC : YBBaseViewController
- @property (nonatomic,copy)NSString *dongtaiId;
- @property (nonatomic,copy)NSString *dongtaiUserID;
- @property (nonatomic,copy)NSString *fromWhere;
- @end
- NS_ASSUME_NONNULL_END
|