私信模块:私信列表页面

This commit is contained in:
zu
2021-11-26 20:25:23 +08:00
parent 49ed5ab31b
commit 384ddfc199
16 changed files with 1098 additions and 10 deletions

View File

@@ -40,7 +40,12 @@
[[NIMSDK sharedSDK] registerWithOption:option];
// NIM SDK
[NIMCustomObject registerCustomDecoder:[[CustomAttachmentDecoder alloc] init]];
[NIMCustomObject registerCustomDecoder:[[CustomAttachmentDecoder alloc] init]];
#ifdef DEBUG
[NIMSDKConfig sharedConfig].enabledHttpsForInfo = NO;
[NIMSDKConfig sharedConfig].enabledHttpsForMessage = NO;
#endif
}
@end