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

21 lines
328 B
Objective-C

//
// KBToolBar.m
// CustomKeyboard
//
// Created by Mac on 2025/10/27.
//
#import "KBToolBar.h"
@implementation KBToolBar
/*
// Only override drawRect: if you perform custom drawing.
// An empty implementation adversely affects performance during animation.
- (void)drawRect:(CGRect)rect {
// Drawing code
}
*/
@end