mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
26 lines
450 B
Java
26 lines
450 B
Java
package p;
|
|
|
|
import d.DInterfaceMike;
|
|
import java.util.ArrayList;
|
|
|
|
public interface PComponentBravo {
|
|
ArrayList b();
|
|
|
|
DInterfaceMike b(String paramString);
|
|
|
|
boolean c(String paramString);
|
|
|
|
void a(DInterfaceMike paramm);
|
|
|
|
void a(C paramC);
|
|
|
|
void c();
|
|
|
|
void d();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/p/B.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |