新增接口,界面

This commit is contained in:
2026-01-26 16:53:41 +08:00
parent 0fa31418f6
commit f9d7579536
13 changed files with 1113 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
//
// KBAIHomeVC.h
// keyBoard
//
// Created by Mac on 2026/1/26.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface KBAIHomeVC : BaseViewController
@end
NS_ASSUME_NONNULL_END