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