mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
27 lines
558 B
Java
27 lines
558 B
Java
package bS;
|
|
|
|
import bN.BnInterfaceFoxtrot;
|
|
import bN.BnInterfaceTango;
|
|
import java.io.IOException;
|
|
|
|
class BsInterfacePapa implements BnInterfaceFoxtrot {
|
|
p(o paramo) {}
|
|
|
|
public void a(BnInterfaceTango paramt) {}
|
|
|
|
public void a(IOException paramIOException) {
|
|
this.a.b();
|
|
}
|
|
|
|
public void a(int paramInt, String paramString) {}
|
|
|
|
public void a() {}
|
|
|
|
public void b() {}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bS/p.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |