All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ars.module.mobile.app.Device Maven / Gradle / Ivy

package ars.module.mobile.app;

/**
 * 移动设备标示
 * 
 * @author yongqiangwu
 *
 */
public enum Device {
	/**
	 * 苹果
	 */
	IOS,

	/**
	 * 安卓
	 */
	ANDROID;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy