添加了界面及逻辑
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.sw.platecabinet
|
||||
|
||||
object GlobalData {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
object GlobalKey {
|
||||
const val KEY_TOKEN = "tokenKey"
|
||||
const val KEY_FIRST_RUN = "firstRun"
|
||||
const val KEY_USER_INFO = "userInfoKey"
|
||||
}
|
||||
Reference in New Issue
Block a user