21 lines
350 B
Objective-C
Executable File
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
|