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

41 lines
647 B
Java

package Y;
class YInterfaceBravo {
private int b = -1;
private int c = 0;
private String d = null;
b(a parama) {}
protected int a() {
return this.b;
}
protected void a(int paramInt) {
this.b = paramInt;
}
protected int b() {
return this.c;
}
protected void b(int paramInt) {
this.c = paramInt;
}
protected String c() {
return this.d;
}
protected void a(String paramString) {
this.d = paramString;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/Y/b.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/