IPhoneCallRouter.kt 175 Bytes
Newer Older
洪国微 committed
1 2 3 4 5 6 7 8 9 10 11
package com.ydl.confide.api

import android.content.Context

interface IPhoneCallRouter{

    fun closePlayer()

    //倾诉首页
    fun openConfideHome(context: Context)
}