Files
keyboard/CustomKeyboard/View/KBToolBar.h
2025-10-27 19:42:27 +08:00

17 lines
188 B
Objective-C

//
// KBToolBar.h
// CustomKeyboard
//
// Created by Mac on 2025/10/27.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBToolBar : UIView
@end
NS_ASSUME_NONNULL_END