洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
628 B

7 months ago
  1. //
  2. // APFPresentTask.h
  3. // APFaceDetectBiz
  4. //
  5. // Created by 晗羽 on 8/26/16.
  6. // Copyright © 2016 DTF. All rights reserved.
  7. //
  8. #import <APBToygerFacade/APBToygerBaseTask.h>
  9. #import <DTFUtility/CameraService.h>
  10. #import <BioAuthEngine/DTFFaceViewProtocol.h>
  11. /**
  12. * @author Skye Ying, 16-08-26 13:08:04
  13. *
  14. * VCview
  15. */
  16. @interface APBToygerPresentTask : APBToygerBaseTask
  17. @property(nonatomic, strong) id<DTFFaceViewProtocol> faceView;
  18. -(void) postCameraPresentwithCamera:(DTFCameraService *) cameraService;
  19. -(void) presentAnimated: (BOOL)flag completion:(void (^ __nullable)(void))completion;
  20. @end