Files
keyboard/keyBoard/Class/AiTalk/VC/KBAIMessageChatingVC.h
2026-01-28 16:35:47 +08:00

18 lines
246 B
Objective-C

//
// KBAIMessageChatingVC.h
// keyBoard
//
// Created by Mac on 2026/1/28.
//
#import "KBAIMessageListVC.h"
NS_ASSUME_NONNULL_BEGIN
/// Chatting 消息列表
@interface KBAIMessageChatingVC : KBAIMessageListVC
@end
NS_ASSUME_NONNULL_END