mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
25 lines
408 B
Java
25 lines
408 B
Java
package bO;
|
|
|
|
public class BoInterfaceAlpha {
|
|
private final f a = new f();
|
|
|
|
private final h b = new h();
|
|
|
|
public g a() {
|
|
return this.a.a();
|
|
}
|
|
|
|
public f b() {
|
|
return this.a;
|
|
}
|
|
|
|
public h c() {
|
|
return this.b;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bO/a.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |