mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 06:35:10 +00:00
15 lines
271 B
Java
15 lines
271 B
Java
package aI;
|
|
|
|
interface AiInterfaceHotel {
|
|
void a(byte[] paramArrayOfbyte);
|
|
|
|
void a();
|
|
|
|
int b();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aI/h.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |