| 1234567891011121314151617181920212223 |
- //
- // MOFirstRechargeTableViewCell.h
- // MiMoLive
- //
- // Created by SuperC on 2024/9/10.
- //
- #define MOFirstRechargeTableViewCell_ID @"MOFirstRechargeTableViewCell_ID"
- #import <UIKit/UIKit.h>
- #import "MOGiftPackDataModels.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MOFirstRechargeTableViewCell : UITableViewCell
- @property (nonatomic, strong) MOGiftPackItems *cellModel;
- @property (nonatomic, assign) BOOL bought;
- @end
- NS_ASSUME_NONNULL_END
|