PBChatBarEmoticonCell.h 264 B

12345678910111213141516
  1. //
  2. // PBChatBarEmoticonCell.h
  3. // PBSDK
  4. //
  5. // Created by LStar on 2025/1/22.
  6. //
  7. #import <UIKit/UIKit.h>
  8. NS_ASSUME_NONNULL_BEGIN
  9. @interface PBChatBarEmoticonCell : UICollectionViewCell
  10. @property (nonatomic,strong)UIImageView *icon;
  11. @end
  12. NS_ASSUME_NONNULL_END