mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
27 lines
407 B
Java
27 lines
407 B
Java
package ao;
|
|
|
|
import java.util.Iterator;
|
|
|
|
public interface hW {
|
|
hY b(String paramString);
|
|
|
|
void j(String paramString);
|
|
|
|
Iterator c();
|
|
|
|
int d();
|
|
|
|
boolean b();
|
|
|
|
void a();
|
|
|
|
void e();
|
|
|
|
boolean k(String paramString);
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/hW.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |