package cn.mobiledaily.module.mobilepush.domain.android; public enum MessageType { REQ_PING, RESP_PONG, REQ_TOKEN, RESP_TOKEN, REQ_MESSAGE, TEXT, ; }