// // LMWeekStarGitfListModel.h // SweetParty // // Created by Xmac on 2024/8/7. // #import NS_ASSUME_NONNULL_BEGIN @interface LMWeekStarGitfListModel : NSObject @property (nonatomic, strong) NSString *gid; @property (nonatomic, strong) NSString *gift_name; @property (nonatomic, strong) NSString *gift_price; @property (nonatomic, strong) NSString *base_image; @property (nonatomic, strong) NSString *tag_name; @property (nonatomic, assign) BOOL isSelect; @end NS_ASSUME_NONNULL_END