Files
yuyin_ios/SweetParty/主类/TXIM消息/TXSingleChatVC.h
2025-08-08 11:05:33 +08:00

21 lines
350 B
Objective-C
Executable File

//
// TXSingleChatVC.h
// romantic
//
// Created by bj_szd on 2022/9/5.
// Copyright © 2022 romantic. All rights reserved.
//
#import "BaseController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TXSingleChatVC : BaseController
@property(nonatomic, copy) NSString *titleStr;
@property(nonatomic, copy) NSString *userId;
@end
NS_ASSUME_NONNULL_END