mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
17 lines
302 B
Java
17 lines
302 B
Java
package bf;
|
|
|
|
import G.Q;
|
|
|
|
public interface BfComponentLima {
|
|
void a(String paramString);
|
|
|
|
void a(Q paramQ);
|
|
|
|
void b(Q paramQ);
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bf/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |