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