mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 09:05:02 +00:00
stuff
This commit is contained in:
25
app/bO/BoInterfaceAlpha.java
Normal file
25
app/bO/BoInterfaceAlpha.java
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
*/
|
||||
Reference in New Issue
Block a user