package com.hand.face.utils;

/**
 * Created by USER on 2016/12/10.
 */
public class EventUtil {
    public static final int UPDATE_FACE_RECT = 0;
    public static final int CAMERA_HAS_STARTED_PREVIEW = 1;
}