mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
48 lines
792 B
Java
48 lines
792 B
Java
package ad;
|
|
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
public class AdInterfaceAlpha {
|
|
private List a = new ArrayList();
|
|
|
|
private List b = new ArrayList();
|
|
|
|
private List c = new ArrayList();
|
|
|
|
private int d = 0;
|
|
|
|
public List a() {
|
|
return this.a;
|
|
}
|
|
|
|
public void a(d paramd) {
|
|
this.a.add(paramd);
|
|
}
|
|
|
|
public List b() {
|
|
return this.b;
|
|
}
|
|
|
|
public void b(d paramd) {
|
|
this.b.add(paramd);
|
|
}
|
|
|
|
public List c() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.c.add(paramString);
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.d = paramInt;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ad/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |