// // KBEmojiCollectionCell.h // CustomKeyboard // // Created by Mac on 2025/12/15. // #import NS_ASSUME_NONNULL_BEGIN @interface KBEmojiCollectionCell : UICollectionViewCell @property (nonatomic, strong) UILabel *emojiLabel; - (void)configureWithEmoji:(NSString *)emoji; @end NS_ASSUME_NONNULL_END