/**
 * @author Raykid
 * @email initial_r@qq.com
 * @create date 2017-10-27
 * @modify date 2017-10-27
 *
 * APP暂停事件
*/
export default class PauseMessage {
    /**
     * APP暂停事件
     *
     * @static
     * @type {string}
     * @memberof PauseMessage
     */
    static APP_PAUSE: string;
    /**
     * APP恢复事件
     *
     * @static
     * @type {string}
     * @memberof PauseMessage
     */
    static APP_RESUME: string;
}
