BogoYoungModeVideoViewController.h 598 B

12345678910111213141516171819202122232425
  1. //
  2. // BogoYoungModeVideoViewController.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/9/13.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import "BGBaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface BogoYoungModeVideoViewController : BGBaseViewController
  11. @property ( nonatomic,assign) BOOL notHaveTabbar; //是否有tabbar
  12. @property (nonatomic, strong) NSMutableDictionary *paramDict;
  13. @property (nonatomic, assign) BOOL isHaveNavBar;
  14. - (void)refreshHeader;
  15. @property ( nonatomic,strong) UICollectionView *videoCollectionV;
  16. @end
  17. NS_ASSUME_NONNULL_END