This commit is contained in:
2025-12-15 18:02:58 +08:00
parent 9cafb0f70e
commit 053001170a
5 changed files with 64 additions and 38 deletions

View File

@@ -0,0 +1,17 @@
//
// 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