Files
keyboard/CustomKeyboard/View/EmojiView/KBEmojiBottomBarView.h
2025-12-16 20:05:33 +08:00

14 lines
321 B
Objective-C

#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBEmojiBottomBarView : UIView
@property (nonatomic, strong, readonly) UIScrollView *tabScrollView;
@property (nonatomic, strong, readonly) UIStackView *tabStackView;
@property (nonatomic, strong, readonly) UIButton *deleteButton;
@end
NS_ASSUME_NONNULL_END