沈斌
2018-05-16 6c88cd89b3f3d6d140f6eb0cec20e2f57a7ff563
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.moral.yunfushao.common;
 
/**
 * Created by haijiang on 2017/5/2.
 */
 
public class AppConfig {
    public static final int DEFAULT_SIZE = 10;
    public static final int GET_BLE_SERVICE = 1;
    public static final int GET_BLE_DISCONNECT = 2;
    public static final int CHANGE_SETTING = 3;
    public static final int SET_MAIN_CALL = 4;
}