mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-28 07:35:10 +00:00
stuff
This commit is contained in:
24
app/T/TInterfaceDelta.java
Normal file
24
app/T/TInterfaceDelta.java
Normal file
@@ -0,0 +1,24 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user