37 lines
1.0 KiB
Objective-C
37 lines
1.0 KiB
Objective-C
//
|
|
// depend_sdk_ios.h
|
|
// depend-sdk-ios
|
|
//
|
|
// Created by PulicJoker on 2021/12/8.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for depend_sdk_ios.
|
|
FOUNDATION_EXPORT double depend_sdk_iosVersionNumber;
|
|
|
|
//! Project version string for depend_sdk_ios.
|
|
FOUNDATION_EXPORT const unsigned char depend_sdk_iosVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <CredibleAuthSDK/xxx.h>
|
|
|
|
#import <CredibleAuthSDK/CAErrorCode.h>//错误码定义
|
|
|
|
// 外部依赖
|
|
#import <CredibleAuthSDK/AFaceDetectManager.h>//活体检测
|
|
#import <CredibleAuthSDK/bymsSDK.h>//协同签名
|
|
|
|
//内部使用
|
|
#import <CredibleAuthSDK/CAAppInfoUtil.h>
|
|
#import <CredibleAuthSDK/NSString+KYSM4.h>
|
|
#import <CredibleAuthSDK/CAUserDefine.h>
|
|
#import <CredibleAuthSDK/SimpleIFAAProcess.h>
|
|
|
|
#import <CredibleAuthSDK/XMGTableTool.h>
|
|
#import <CredibleAuthSDK/XMGModelTool.h>
|
|
#import <CredibleAuthSDK/XMGSqliteModelTool.h>
|
|
|
|
|
|
#import <CredibleAuthSDK/YYModel.h>
|
|
#import <CredibleAuthSDK/WKWebViewJavascriptBridge.h>
|