feat: 自定义插件的更新

This commit is contained in:
zoujing
2026-05-10 14:55:18 +08:00
parent 9d7058bbe4
commit 83608316f4
256 changed files with 11644 additions and 3451 deletions

View File

@@ -0,0 +1,24 @@
//
// IDLFaceSDK.h
// IDLFaceSDK
//
// Created by Tong,Shasha on 2017/5/15.
// Copyright © 2017年 Baidu. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for IDLFaceSDK.
FOUNDATION_EXPORT double IDLFaceSDKVersionNumber;
//! Project version string for IDLFaceSDK.
FOUNDATION_EXPORT const unsigned char IDLFaceSDKVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <IDLFaceSDK/PublicHeader.h>
#import "FaceSDKManager.h"
#import "IDLFaceLivenessManager.h"
#import "IDLFaceDetectionManager.h"
#import "BDFaceUtil.h"
#import "BDFaceQualityUtil.h"