You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Android_boot_image_editor/bbootimg/src/main/kotlin/InfoTable.kt

8 lines
157 B
Kotlin

package cfig
import de.vandermeer.asciitable.AsciiTable
object InfoTable {
val instance = AsciiTable()
val missingParts = mutableListOf<String>()
}