PolicyItem.kt 342 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 package com.example.vip import android.graphics.drawable.Drawable class PolicyItem(val policyItemImage: Drawable, val policyItemDday: String, val policyItemHost: String, val policyItemTitle: String, val policyItemScore: Float, val policyItemFavor: String)