package com.reactlibrary.vishwamdkyclib;

/*
 * Vishwam Corp CONFIDENTIAL

 * Vishwam Corp 2018
 * All Rights Reserved.

 * NOTICE:  All information contained herein is, and remains
 * the property of Vishwam Corp. The intellectual and technical concepts contained
 * herein are proprietary to Vishwam Corp
 * and are protected by trade secret or copyright law of U.S.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Vishwam Corp
 */
/**
 * This class holds unchanged  variable constants.
 * **/
public class LibConstants {

    public static String IMAGESAVEDPATH =  "IMAGESAVEDPATH";
    public static String RESPONSE_STRING = "RESPONSE_STRING";
    public static String IS_DOC_CONTEXT = "IS_DOC_CONTEXT";

}
