mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
15 lines
272 B
Java
15 lines
272 B
Java
package bc;
|
|
|
|
interface BcInterfaceIndia {
|
|
Object a();
|
|
|
|
void a(Object paramObject);
|
|
|
|
boolean b();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bc/i.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |