MOFirstRechargeTableViewCell.h 443 B

1234567891011121314151617181920212223
  1. //
  2. // MOFirstRechargeTableViewCell.h
  3. // MiMoLive
  4. //
  5. // Created by SuperC on 2024/9/10.
  6. //
  7. #define MOFirstRechargeTableViewCell_ID @"MOFirstRechargeTableViewCell_ID"
  8. #import <UIKit/UIKit.h>
  9. #import "MOGiftPackDataModels.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MOFirstRechargeTableViewCell : UITableViewCell
  12. @property (nonatomic, strong) MOGiftPackItems *cellModel;
  13. @property (nonatomic, assign) BOOL bought;
  14. @end
  15. NS_ASSUME_NONNULL_END