cdts/xdts-ios 3/TreeHole/Code/Features/Chat/UIPatch/TUIBaseMessageController+TUIPatch.h
2023-07-27 09:20:00 +08:00

19 lines
292 B
Objective-C

//
// TUIMessageController+TUIPatch.h
// Youth
//
// Created by mambaxie on 2022/1/15.
//
#import "TUIBaseMessageController.h"
NS_ASSUME_NONNULL_BEGIN
@interface TUIBaseMessageController (TUIPatch)
- (void)patch_setIsInActivityRoom:(BOOL)isInActivityRoom;
@end
NS_ASSUME_NONNULL_END