Companion Objects in Kotlin Interfaces

前端 未结 0 1012
独厮守ぢ
独厮守ぢ 2021-02-12 03:04

I am trying to make a interface Parcelable, as such I need a interface like this

interface AB : Parcelable {
    companion object {
        val CREATOR : Parcela         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题