Files
keyboard/CustomKeyboard/View/EmojiView/KBEmojiCollectionCell.h
2025-12-15 18:02:58 +08:00

18 lines
322 B
Objective-C

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