HyphenateChatSDK 3.9.9.1
EMRecallMessageInfo.h
1//
2// EMRecallMessageInfo.h
3// HyphenateChat
4//
5// Created by zhangchong on 2022/1/20.
6// Copyright © 2022 easemob.com. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import "EMChatMessage.h"
11
19@interface EMRecallMessageInfo : NSObject
20
28@property (nonatomic, copy) NSString * _Nonnull recallBy;
29
37@property (nonatomic, strong) EMChatMessage * _Nonnull recallMessage;
38
39@end
40
Definition: EMChatMessage.h:82
Definition: EMRecallMessageInfo.h:20
EMChatMessage *_Nonnull recallMessage
Definition: EMRecallMessageInfo.h:37
NSString *_Nonnull recallBy
Definition: EMRecallMessageInfo.h:28