blzb-android/app/src/main/java/com/cheng/bole/event/ContactsEvent.kt

6 lines
130 B
Kotlin

package com.cheng.bole.event
import com.cheng.bole.bean.ContactsInfoBean
class ContactsEvent(val contacts: ContactsInfoBean) {
}