PolicyItem.kt 342 Bytes
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)