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

33 lines
588 B
Java

package G;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class GInterfaceBt extends bv implements Serializable {
private int f = 1;
List a = new ArrayList();
public void a(ak paramak) {
this.a.add(paramak);
}
public List a() {
return this.a;
}
public int b() {
return this.f;
}
public void a(int paramInt) {
this.f = paramInt;
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/G/bt.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/