mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
29 lines
371 B
Java
29 lines
371 B
Java
package W;
|
|
|
|
public interface OutputChannelDefinition {
|
|
String a();
|
|
|
|
String b();
|
|
|
|
int e();
|
|
|
|
int f();
|
|
|
|
float d();
|
|
|
|
float c();
|
|
|
|
float h();
|
|
|
|
float i();
|
|
|
|
k g();
|
|
|
|
String j();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/T.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |