Files
keyboard/keyBoard/Class/AiTalk/VC/KBChatTestVC.h

18 lines
234 B
C
Raw Normal View History

2026-01-23 21:51:37 +08:00
//
// KBChatTestVC.h
// keyBoard
//
// Created by Kiro on 2026/1/23.
//
#import "BaseViewController.h"
NS_ASSUME_NONNULL_BEGIN
/// 聊天 UI 测试页面
@interface KBChatTestVC : BaseViewController
@end
NS_ASSUME_NONNULL_END