罗明文
1 天以前 7bed3f6090b14391d7dad4ca4bd632fb28d847c0
1
2
3
4
5
6
7
8
9
10
11
package com.dollearn.student.ui.home
 
import cn.sinata.xldutils.fragment.BaseFragment
import com.dollearn.student.R
 
class FakeFragment:BaseFragment() {
    override fun contentViewId() = R.layout.fragment_fake
 
    override fun onFirstVisibleToUser() {
    }
}