Files
keyboard/CustomKeyboard/View/KBToolBar.h

17 lines
188 B
C
Raw Normal View History

2025-10-27 19:42:27 +08:00
//
// 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