// // DTFIdentityManager.h // DTFIdentityManager // // Created by mengbingchuan on 2022/11/23. // Copyright © 2022 DTF. All rights reserved. // #import #import "ZimRpcManager.h" #import //version 2.2.8 NS_ASSUME_NONNULL_BEGIN typedef void (^ZIMCallback)(ZIMResponse *response); @interface DTFIdentityManager : NSObject + (DTFIdentityManager *)sharedInstance; @end NS_ASSUME_NONNULL_END