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