1
This commit is contained in:
17
CustomKeyboard/View/EmojiView/KBEmojiCollectionCell.h
Normal file
17
CustomKeyboard/View/EmojiView/KBEmojiCollectionCell.h
Normal 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
|
||||
Reference in New Issue
Block a user