package com.cjj.nices.constant;
/**
* 常量类
* @author cjj
*
*/
public class Constants {
/**volley flag*/
public static final String TAG_REQUEST_GSON_NEWS_LIST = "tag_request_gson_new_list";
public static final String TAG_REQUEST_GSON_NEWS_DETAIL = "tag_request_gson_new_detail";
public static final String NEWS_ID = "com.cjj.news.id";
public static final String NEWS_ENTIRY = "com.cjj.new.entity";
public static final String ID = "com.cjj.NewsDetailFragment.id";
}