DTFIdentityManager.h 489 B

12345678910111213141516171819202122232425
  1. //
  2. // DTFIdentityManager.h
  3. // DTFIdentityManager
  4. //
  5. // Created by mengbingchuan on 2022/11/23.
  6. // Copyright © 2022 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "ZimRpcManager.h"
  10. #import <DTFUtility/DTFFaceIdentityProtocol.h>
  11. //version 2.2.8
  12. NS_ASSUME_NONNULL_BEGIN
  13. typedef void (^ZIMCallback)(ZIMResponse *response);
  14. @interface DTFIdentityManager : NSObject<DTFFaceIdentityProtocol>
  15. + (DTFIdentityManager *)sharedInstance;
  16. @end
  17. NS_ASSUME_NONNULL_END