Files
featherVoice/TUIKit/TUIChat/UI_Classic/Chat/TUIC2CChatViewController.h
2026-01-14 20:36:58 +08:00

18 lines
352 B
Objective-C

//
// TUIC2CChatViewController.h
// TXIMSDK_TUIKit_iOS
//
// Created by kayev on 2021/6/17.
// Copyright © 2023 Tencent. All rights reserved.
//
#import "TUIBaseChatViewController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIC2CChatViewController : TUIBaseChatViewController
@property (nonatomic,assign)BOOL isServices;
@end
NS_ASSUME_NONNULL_END