addHotVideoVC.h 304 B

123456789101112131415161718
  1. //
  2. // addHotVideoVC.h
  3. // YBVideo
  4. //
  5. // Created by IOS1 on 2019/7/4.
  6. // Copyright © 2019 cat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface addHotVideoVC : YBBaseViewController
  11. @property (nonatomic,strong) NSDictionary *videoInfo;
  12. @end
  13. NS_ASSUME_NONNULL_END