MGRecommdHeadView.h 610 B

123456789101112131415161718192021222324252627
  1. //
  2. // MGRecommdHeadView.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2020/7/10.
  6. // Copyright © 2020 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "ContributionViewController.h"
  10. #import "ConsumptionViewController.h"
  11. #import "SHomePageVC.h"
  12. NS_ASSUME_NONNULL_BEGIN
  13. @interface MGRecommdHeadView : UIView<ListDayViewControllerDelegate>
  14. @property(nonatomic, strong) UIControl *regalControl;//富豪
  15. @property(nonatomic, strong) UIControl *charmControl;//魅力
  16. @property(nonatomic, strong) UILabel *regalLabel;
  17. @property(nonatomic, strong) UILabel *charmLabel;
  18. @end
  19. NS_ASSUME_NONNULL_END