BogoHomeSubTitleView.h 589 B

12345678910111213141516171819202122232425
  1. //
  2. // BogoHomeSubTitleView.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/3/18.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. //#import "ContributionListViewController.h"
  10. #import "LeaderboardViewController.h"
  11. #import "MSmallVideoVC.h"
  12. #import "PKBattleViewController.h"
  13. NS_ASSUME_NONNULL_BEGIN
  14. @interface BogoHomeSubTitleView : UIView
  15. @property(nonatomic, strong) UIControl *listControl;//榜单
  16. @property(nonatomic, strong) UIControl *pkControl;//pk对战
  17. @property(nonatomic, strong) UIControl *videoControl;//小视频
  18. @end
  19. NS_ASSUME_NONNULL_END