初始化提交
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/// 首页基础视图状态枚举
|
||||
enum KRHomeViewsStatus {
|
||||
/// 未登录状态
|
||||
kr_notLoggedIn,
|
||||
|
||||
/// 已登录状态
|
||||
kr_loggedIn,
|
||||
|
||||
|
||||
}
|
||||
|
||||
/// 首页列表视图状态枚举
|
||||
enum KRHomeViewsListStatus {
|
||||
kr_none,
|
||||
kr_loading,
|
||||
kr_error,
|
||||
kr_serverList,
|
||||
kr_countrySubscribeList,
|
||||
kr_serverSubscribeList,
|
||||
kr_subscribeList,
|
||||
}
|
||||
Reference in New Issue
Block a user