//
//  PPLivenessAction.h
//  BlinkIdFramework
//
//  Created by Jura on 06/09/16.
//  Copyright © 2016 MicroBlink Ltd. All rights reserved.
//

#ifndef PPLivenessAction_h
#define PPLivenessAction_h

/**
 *  Enumeration of Liveness Actions
 */
typedef NS_ENUM(NSInteger, PPLivenessAction) {

    /**
     *  Face blinks
     */
    PPLivenessActionBlink,

    /**
     *  Face smiles
     */
    PPLivenessActionSmile
};

#endif /* PPLivenessAction_h */
