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

19 lines
269 B
Objective-C

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