首页 > 其他 > 详细

Easy Tag Write(3.3)

时间:2016-11-06 16:15:55      阅读:118      评论:0      收藏:0      [点我收藏+]
package skyseraph.android.util;

/**
 * @Title : Constant.java
 * @Package : tcl.nfc.tv.util
 * @ClassName : Constant
 * @Description : TODO
 * @author : skyseraph00@163.com
 * @date : 2013-5-20 上午9:31:10
 * @version : V1.0
 */
public class MyConstant {
    public static final int ERROR = 0;

    public static final int SUCCESS = 1;

    public static final String TAG = "skyseraph/nfc";

    public static final boolean isExit = false;

    // LogUtil
    public static boolean isDebug = true;

    public static boolean isVerbose = true;

    public static boolean isInformation = true;

    public static boolean isWarning = true;

    public static boolean isError = true;
}

 

Easy Tag Write(3.3)

原文:http://www.cnblogs.com/jyycnblogs/p/6035309.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!