7 lines
66 B
Plaintext
7 lines
66 B
Plaintext
declare contract Touch host {
|
|
fn f();
|
|
}
|
|
|
|
fn frame(): void {
|
|
}
|