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.
58 lines
1.7 KiB
58 lines
1.7 KiB
//
|
|
// BioAuthEngine.h
|
|
// BioAuthEngine
|
|
//
|
|
// Created by richard on 20/09/2017.
|
|
// Copyright © 2017 DTF. All rights reserved.
|
|
//
|
|
|
|
#ifndef BioAuthEngine_h
|
|
#define BioAuthEngine_h
|
|
|
|
#import <BioAuthEngine/APBBisUploadGwRequest.h>
|
|
#import <BioAuthEngine/APBBehavLogModel.h>
|
|
#import <BioAuthEngine/APBBisProtocol.h>
|
|
#import <BioAuthEngine/NSTimer+bioAuth.h>
|
|
|
|
#import <BioAuthEngine/APBAlertController.h>
|
|
#import <BioAuthEngine/UIImage+bioAuth.h>
|
|
|
|
#import <BioAuthEngine/AFEUploadView.h>
|
|
#import <BioAuthEngine/AFEScanViewDelegate.h>
|
|
#import <BioAuthEngine/AFEAlertView.h>
|
|
#import <BioAuthEngine/AFECircularView.h>
|
|
#import <BioAuthEngine/AFEWebGuideView.h>
|
|
#import <BioAuthEngine/APBDTFUploadToastView.h>
|
|
|
|
#import <BioAuthEngine/AFEStatusBar.h>
|
|
#import <BioAuthEngine/AFECircleProgressBar.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>
|
|
#import <BioAuthEngine/APBConfig.h>
|
|
#import <BioAuthEngine/APBBisRequestBuilder.h>
|
|
#endif /* BioAuthEngine_h */
|
|
|
|
|
|
|
|
|
|
|
|
#import <BioAuthEngine/DTFUIElementManager.h>
|
|
#import <BioAuthEngine/APBGatewayFacade.h>
|
|
#import <BioAuthEngine/APBProxy.h>
|
|
#import <BioAuthEngine/APBDeviceInfo.h>
|
|
#import <BioAuthEngine/APBAuthFacade.h>
|
|
#import <BioAuthEngine/DTFTextLayer.h>
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for BioAuthEngine.
|
|
FOUNDATION_EXPORT double BioAuthEngineVersionNumber;
|
|
|
|
//! Project version string for BioAuthEngine.
|
|
FOUNDATION_EXPORT const unsigned char BioAuthEngineVersionString[];
|