BogoRechargeTopView.h 380 B

12345678910111213141516171819202122
  1. //
  2. // BogoRechargeTopView.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. NS_ASSUME_NONNULL_BEGIN
  10. @interface BogoRechargeTopView : BGBaseView
  11. @property (weak, nonatomic) IBOutlet QMUIButton *diamondBtn;
  12. @property (weak, nonatomic) IBOutlet UILabel *numerLabel;
  13. @end
  14. NS_ASSUME_NONNULL_END