QnAItem.kt 100 Bytes Raw Blame History Permalink 1 2 3 package com.example.vip class QnAItem (val question: String, val answer: String, val arrow: String)