Files
tustu/app/ac/AcInterfaceLima.java
2026-01-11 20:30:56 +00:00

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
*/