PBGiftBoxCell.h 290 B

12345678910111213141516171819
  1. //
  2. // PBGiftBoxCell.h
  3. // PBSDK
  4. //
  5. // Created by xx on 2024/12/28.
  6. //
  7. #import <UIKit/UIKit.h>
  8. #import "PBGiftModel.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface PBGiftBoxCell : UICollectionViewCell
  11. - (void)configData:(PBGiftModel *)model selected:(BOOL)selected;
  12. @end
  13. NS_ASSUME_NONNULL_END