洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
489 B

7 months ago
  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