| 1 | interface RecordList { |
| 2 | fun toRecordList(): MutableList<List<String>> |
| 3 | fun toMinimalRecordList(): MutableList<List<String>> |
| 4 | |
| 5 | val name: String |
| 6 | val header: List<String> |
| 7 | val headerMin: List<String> |
| 8 | } |
rcaldous / RecordList Interface for Kotlin
Última actividad 3 months ago