Commit be2fc814 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent cdf9e098
package com.mints.helivideo.mvp.views
import com.mints.helivideo.mvp.model.IndexList
import com.mints.helivideo.mvp.model.NineShowBean
interface VideoView : BaseView {
fun getIndexListSuc(indexList: IndexList)
fun getIndexListFail()
fun collectSuc()
fun collectFail()
fun cancelCollectSuc()
fun cancelCollectFail()
fun unlockSuc(indexList: IndexList)
fun unlockFail()
fun showTurnSuc(data: NineShowBean)
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment