This commit is contained in:
Jeason Lee 2020-01-15 16:00:19 +08:00
parent 08d3368523
commit c6e0daafb6
2 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ typedef NS_ENUM(unsigned int, MessageDataType) {
- (instancetype)initWithMsgType:(long long)arg1; - (instancetype)initWithMsgType:(long long)arg1;
- (BOOL)isSendFromSelf; - (BOOL)isSendFromSelf;
- (id)getChatNameForCurMsg; - (id)getChatNameForCurMsg;
- (id)savingImageFileNameWithLocalID;
@end @end