修复优化bug

This commit is contained in:
liyuhua
2024-03-23 18:21:29 +08:00
parent 2b5a1eb2a5
commit 43e5f14a83
12 changed files with 78 additions and 12 deletions

View File

@@ -68,6 +68,7 @@ var window: UIWindow?
let opt = NIMSDKOption(appKey: AppKeys.nimAppid)
opt.apnsCername = "yinmeng_anps"
NIMSDK.shared().register(with: opt)
NIMCustomObject.registerCustomDecoder(YinCustomAttachmentCoding())
}
}