fix bug of vip listener

This commit is contained in:
zhongchao
2021-11-23 15:00:33 +08:00
parent ae16be40ab
commit 5eb1565051
4 changed files with 85 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
package com.mogo.eagle.core.function.api.vip
interface IMoGoVipSetListener {
/**
* 设置Vip状态
*/
fun onVipSet(status:Boolean)
}