BDFaceLiveItemDetailsViewController.h 469 Bytes
//
//  CDFaceLiveItemDetailsViewController.h
//  FaceSDKSample_IOS
//
//  Created by 之哥 on 2021/8/20.
//  Copyright © 2021 Baidu. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <BDFaceBaseKit/BDFaceBaseKit.h>

NS_ASSUME_NONNULL_BEGIN

@interface BDFaceLiveItemDetailsViewController : UIViewController

@property(nonatomic, assign) int livenessNum;

@property(nonatomic, assign) BDFaceLiveSelectType selectType; //方案类型
@end

NS_ASSUME_NONNULL_END