1 2 3 4 5
package com.printer.sdk.usb interface Printable { fun getPrintableByteArray(printer: Printer): List<ByteArray> }