feat: 自定义的插件

This commit is contained in:
zoujing
2023-04-10 18:48:16 +08:00
commit e1795f2de2
621 changed files with 18614 additions and 0 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"