洛阳学员端
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.

19 lines
358 B

7 months ago
  1. //
  2. // MultiFactorFacade.h
  3. // MultiFactorFacade
  4. //
  5. // Created by mengbingchuan on 2022/5/11.
  6. // Copyright © 2022 DTF. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import <BioAuthEngine/IBioAuthFactor.h>
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface MultiFactorFacade : NSObject<IBioAuthFactor>
  12. + (NSString*)getTokenid;
  13. @end
  14. NS_ASSUME_NONNULL_END