package com.metroapp.forum;
/**
* Created by XiaoFu on 2018-01-13 10:35.
* 注释:
*/
public class DatasKey {
/**
* 记录定位信息
*/
public static final String LOCATION_INFO = "locationInfo";
/**
* 记录搜索信息
*/
public static final String SEARCH_INFO = "searchInfo";
}