// // PBGiftBoxCell.h // PBSDK // // Created by xx on 2024/12/28. // #import #import "PBGiftModel.h" NS_ASSUME_NONNULL_BEGIN @interface PBGiftBoxCell : UICollectionViewCell - (void)configData:(PBGiftModel *)model selected:(BOOL)selected; @end NS_ASSUME_NONNULL_END