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;
|
public static final int SET_VOICE = 5;
|
public static String voideUrl1 = "http://yfsapi.7drlb.com/video/boy/music.mp3";
|
public static String voideUrl2 = "http://yfsapi.7drlb.com/video/boy/music1.mp3";
|
public static String voideUrl3 = "http://yfsapi.7drlb.com/video/boy/music2.mp3";
|
}
|