PolicyFieldItem.kt 163 Bytes
package com.example.vip

import android.graphics.drawable.Drawable

class PolicyFieldItem(val policyFieldItemImage: Drawable, val policyFieldItemText: String) {

}