12345678910111213141516171819202122232425 |
- #import <Foundation/Foundation.h>
- #import "ZimRpcManager.h"
- #import <DTFUtility/DTFFaceIdentityProtocol.h>
- NS_ASSUME_NONNULL_BEGIN
- typedef void (^ZIMCallback)(ZIMResponse *response);
- @interface DTFIdentityManager : NSObject<DTFFaceIdentityProtocol>
- + (DTFIdentityManager *)sharedInstance;
- @end
- NS_ASSUME_NONNULL_END
|