UpdateBottomBarUnreadNumEvent.kt 159 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7
package com.yidianling.im.event

/**
 * 刷新底部导航栏角标
 * Created by xj on 2019/10/23.
 */
class UpdateBottomBarUnreadNumEvent(val unreadNum: Int)