generated from rnentjes/kotlin-server-web-undertow
7 lines
87 B
Kotlin
7 lines
87 B
Kotlin
package mtmc.asm
|
|
|
|
interface HasLocation {
|
|
var location: Int
|
|
var sizeInBytes: Int
|
|
}
|