糖果树礼物动画

This commit is contained in:
fengshuo
2021-12-11 12:00:24 +08:00
parent ae29a3a80f
commit d75bd41d19
22 changed files with 536 additions and 21 deletions

View File

@@ -146,7 +146,6 @@
NIMCustomObject *obj = (NIMCustomObject *)message.messageObject;
if (obj.attachment != nil && [obj.attachment isKindOfClass:[AttachmentModel class]]) {
AttachmentModel *attachment = (AttachmentModel *)obj.attachment;
NSLog(@"%@", attachment);
return [[[self supportMessageDic] objectForKey:@(attachment.first)] containsObject:@(attachment.second)];
}
return NO;