修改了几处不规范的类名和不规范的注释

This commit is contained in:
fengshuo
2021-12-06 17:00:15 +08:00
parent c7d7a98990
commit d79202c555
13 changed files with 67 additions and 67 deletions

View File

@@ -57,7 +57,7 @@
int first = attachment.first;
if (first == CustomMessageType_Gift) {///
return [self createSendGiftAttribute:attachment sendInfo:model];
} else if(first == CustomMessageType_ALLMicroSend) {///
} else if(first == CustomMessageType_AllMicroSend) {///
return [self createBatchMicroSendGiftAttribute:attachment sendInfo:model];
} else if(first == CustomMessageType_Room_Tip) {////
return [self createShareOrAttentionRoomAttribute:attachment sendInfo:model uid:message.from];