@ -3,6 +3,10 @@ package net.pokeranalytics.android.ui.adapter.components
import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
interface EditableDataDelegate : DynamicRowDelegate {
fun setValue(value: Any, row: DynamicRowInterface)
}
interface DynamicRowDelegate {
fun adapterRows() : ArrayList<DynamicRowInterface>