mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
23 lines
369 B
Java
23 lines
369 B
Java
package bN;
|
|
|
|
public interface BnInterfaceTango {
|
|
int a();
|
|
|
|
byte[] c();
|
|
|
|
byte[] a(byte[] paramArrayOfbyte);
|
|
|
|
byte[] d();
|
|
|
|
int b();
|
|
|
|
void c(byte[] paramArrayOfbyte);
|
|
|
|
boolean e();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bN/t.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |