cdts/xdts-ios 3/TreeHole/Code/Features/Chat/ViewController/ChatViewController.h

24 lines
452 B
C
Raw Normal View History

2023-07-27 09:20:00 +08:00
//
// ChatViewController.h
// Youth
//
// Created by mambaxie on 2022/1/2.
//
#import "PYBaseViewController.h"
#import "TUIConversationCellData.h"
NS_ASSUME_NONNULL_BEGIN
@interface ChatViewController : PYBaseViewController
@property (nonatomic, strong) TUIConversationCellData *convData;
@property (nonatomic, assign) BOOL isInActivityRoom;
//@property (nonatomic, strong) void(^onNewMessage)(V2TIMMessage *msg);
@end
NS_ASSUME_NONNULL_END