BogoRechargePayMoneyCell.h 536 B

123456789101112131415161718192021222324
  1. //
  2. // BogoRechargePayTypeCell.h
  3. // BuguLive
  4. //
  5. // Created by 宋晨光 on 2021/4/8.
  6. // Copyright © 2021 xfg. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "AccountRechargeModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface BogoRechargePayMoneyCell : UICollectionViewCell
  12. @property (weak, nonatomic) IBOutlet UIButton *bgButton;
  13. @property (weak, nonatomic) IBOutlet QMUIButton *diamondBtn;
  14. @property (weak, nonatomic) IBOutlet UILabel *numberL;
  15. @property(nonatomic, strong) PayMoneyModel *model;
  16. @end
  17. NS_ASSUME_NONNULL_END