mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
30 lines
503 B
Java
30 lines
503 B
Java
package ac;
|
|
|
|
class AcInterfaceLima {
|
|
private String b;
|
|
|
|
private int c;
|
|
|
|
l(h paramh, String paramString, int paramInt) {
|
|
this.b = paramString;
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public int b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ac/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |