mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
41 lines
699 B
Java
41 lines
699 B
Java
package bQ;
|
|
|
|
import bN.BnInterfaceTango;
|
|
import java.util.ArrayList;
|
|
import java.util.List;
|
|
|
|
public class BqInterfaceKilo {
|
|
private int b = 0;
|
|
|
|
private int c = 1;
|
|
|
|
private List d = null;
|
|
|
|
private BnInterfaceTango e = null;
|
|
|
|
List a = new ArrayList();
|
|
|
|
private String f = null;
|
|
|
|
public BnInterfaceTango a() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(BnInterfaceTango paramt) {
|
|
this.e = paramt;
|
|
}
|
|
|
|
public void a(int paramInt) {
|
|
this.c = paramInt;
|
|
}
|
|
|
|
public int b() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bQ/k.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |