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.
19 lines
499 B
19 lines
499 B
//
|
|
// APFCherryDetectTask.h
|
|
// APBToygerFacade
|
|
//
|
|
// Created by richard on 01/02/2018.
|
|
// Copyright © 2018 DTF. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <BioAuthEngine/AFEStatusBar.h>
|
|
#import <APBToygerFacade/APBToygerBaseTask.h>
|
|
#import <BioAuthEngine/BioAuthEngine.h>
|
|
#import <DTFUtility/CameraService.h>
|
|
|
|
@interface APBToygerCherryDetectTask : APBToygerBaseTask <DTFCameraServiceDelegate, DTFFaceViewDelegate>
|
|
|
|
@property(nonatomic, assign)BOOL photinusFlags;
|
|
|
|
@end
|