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.
18 lines
498 B
18 lines
498 B
//
|
|
// APBAuthFacade.h
|
|
// BioAuthEngine
|
|
//
|
|
// Created by yukun.tyk on 11/9/15.
|
|
// Copyright © 2015 DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
#import <BioAuthEngine/APBEvent.h>
|
|
#import <BioAuthEngine/IBioAuthFactor.h>
|
|
#import <BioAuthEngine/IBioAuthTask.h>
|
|
#import <BioAuthEngine/APBTaskContext.h>
|
|
#import <BioAuthEngine/APBBackwardCommand.h>
|
|
#import <BioAuthEngine/NSTimer+bioAuth.h>
|
|
#import <BioAuthEngine/APBAuthEngine.h>
|
|
#import <BioAuthEngine/BioAuthCommonSetting.h>
|