提交
This commit is contained in:
20
TUIKit/TUIChat/CommonModel/TUIChatModifyMessageHelper.h
Normal file
20
TUIKit/TUIChat/CommonModel/TUIChatModifyMessageHelper.h
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// TUIChatModifyMessageHelper.h
|
||||
// TUIChat
|
||||
//
|
||||
// Created by wyl on 2022/6/13.
|
||||
// Copyright © 2023 Tencent. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
@import ImSDK_Plus;
|
||||
|
||||
@interface TUIChatModifyMessageHelper : NSObject
|
||||
|
||||
+ (TUIChatModifyMessageHelper *)defaultHelper;
|
||||
|
||||
- (void)modifyMessage:(V2TIMMessage *)msg simpleCurrentContent:(NSDictionary *)simpleCurrentContent;
|
||||
|
||||
- (void)modifyMessage:(V2TIMMessage *)msg revokeMsgID:(NSString *)revokeMsgID;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user