14 lines
321 B
Objective-C
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
|