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