MainUtils.kt 270 Bytes
Newer Older
1
package com.ydl.ydlcommon.utils
konghaorui committed
2 3 4 5 6 7 8 9 10 11 12 13

/**
 *
 * Created by yuanwai on 2018/8/4.
 */
class MainUtils{
    companion object {
        var ACTION_TAG = "IMainNewIntent.TAG"
        var JUMP_MAIN_TAB_CHANGE = 1
        val MAIN_TAB_INDEX = "IMainNewIntent.MAIN_TAB_INDEX"
    }
}