// // ASVipCenterCollectCell.h // Asteria // // Created by iOS on 2023/6/27. // #import NS_ASSUME_NONNULL_BEGIN @interface ASVipCenterCollectCell : UICollectionViewCell @property (nonatomic, strong) UILabel *desLb; - (void)setData:(NSString *)imgName desStr:(NSString *)desStr; @end NS_ASSUME_NONNULL_END