mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
33 lines
588 B
Java
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
|
|
*/ |