BDFaceLivingConfigViewController.h 308 B

12345678910111213141516
  1. //
  2. // LivingConfigViewController.h
  3. // FaceSDKSample_IOS
  4. //
  5. // Created by 阿凡树 on 2017/5/23.
  6. // Copyright © 2017年 Baidu. All rights reserved.
  7. //
  8. // 此类为了方便选择活体检测命令选项
  9. //
  10. #import <UIKit/UIKit.h>
  11. @interface BDFaceLivingConfigViewController : UIViewController
  12. @end