SearchItem.kt 148 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 package com.example.vip import android.graphics.drawable.Drawable class SearchItem(val searchItemImage: Drawable, val searchItemText: String) { }