package br.com.classapp.RNSensitiveInfo.utils;

public interface AppConstants {

    String DIALOG_FRAGMENT_TAG = "authFragment";

    // error codes
    String E_AUTHENTICATION_CANCELLED = "E_AUTHENTICATION_CANCELLED";
}