18 lines
246 B
C
18 lines
246 B
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
|