| 1234567891011121314151617 |
- //
- // HotVideoDetailVC.h
- // YBVideo
- //
- // Created by ybRRR on 2021/3/1.
- // Copyright © 2021 cat. All rights reserved.
- //
- #import "YBBaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface HotVideoDetailVC : YBBaseViewController
- @end
- NS_ASSUME_NONNULL_END
|