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; }