abstract class BaseBindingActivity<T : ViewBinding> : BaseActivity() { val binding by lazy { getViewBinding() } override fun ...
確定! 回上一頁