ClientPlatformType.java

package com.foxinmy.weixin4j.mp.type;

/**
 * 平台类型
 * 
 * @className ClientPlatformType
 * @author jinyu(foxinmy@gmail.com)
 * @date 2015年12月17日
 * @since JDK 1.7
 * @see
 */
public enum ClientPlatformType {
	IOS, Android, Others
}