重构
This commit is contained in:
13
CustomKeyboard/View/EmojiView/KBEmojiBottomBarView.h
Normal file
13
CustomKeyboard/View/EmojiView/KBEmojiBottomBarView.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user