HotVideoDetailVC.h 266 B

1234567891011121314151617
  1. //
  2. // HotVideoDetailVC.h
  3. // YBVideo
  4. //
  5. // Created by ybRRR on 2021/3/1.
  6. // Copyright © 2021 cat. All rights reserved.
  7. //
  8. #import "YBBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface HotVideoDetailVC : YBBaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END