mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
24 lines
434 B
Java
24 lines
434 B
Java
package T;
|
|
|
|
class TInterfaceDelta {
|
|
String a;
|
|
|
|
int b;
|
|
|
|
int c;
|
|
|
|
int d;
|
|
|
|
d(a parama, String paramString, int paramInt1, int paramInt2, int paramInt3) {
|
|
this.a = paramString;
|
|
this.b = paramInt1;
|
|
this.c = paramInt2;
|
|
this.d = paramInt3;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/T/d.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |