feat: 税务APP的可信插件
This commit is contained in:
36
Libs/CredibleAuthSDK.framework/Headers/CredibleAuthSDK.h
Normal file
36
Libs/CredibleAuthSDK.framework/Headers/CredibleAuthSDK.h
Normal file
@@ -0,0 +1,36 @@
|
||||
//
|
||||
// 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>
|
||||
Reference in New Issue
Block a user