// // PBChatBarEmoticonCell.h // PBSDK // // Created by LStar on 2025/1/22. // #import NS_ASSUME_NONNULL_BEGIN @interface PBChatBarEmoticonCell : UICollectionViewCell @property (nonatomic,strong)UIImageView *icon; @end NS_ASSUME_NONNULL_END