BDFaceDetectionViewController.h 266 B

12345678910111213
  1. //
  2. // DetectionViewController.h
  3. // FaceSDKSample_IOS
  4. //
  5. // Created by 阿凡树 on 2017/5/23.
  6. // Copyright © 2017年 Baidu. All rights reserved.
  7. //
  8. #import "BDFaceBaseViewController.h"
  9. @interface BDFaceDetectionViewController : BDFaceBaseViewController
  10. @end