//
// KBTestVC.h
// keyBoard
// Created by Mac on 2025/11/6.
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBTestVC : BaseViewController
@end
NS_ASSUME_NONNULL_END