测试配置
This commit is contained in:
16
CustomKeyboard/View/KBToolBar.h
Normal file
16
CustomKeyboard/View/KBToolBar.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// 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
|
||||
20
CustomKeyboard/View/KBToolBar.m
Normal file
20
CustomKeyboard/View/KBToolBar.m
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// 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
|
||||
Reference in New Issue
Block a user