mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
39 lines
716 B
Java
39 lines
716 B
Java
package ac;
|
|
|
|
public class AcInterfaceMike {
|
|
private String c = null;
|
|
|
|
int a = 0;
|
|
|
|
private int d = 0;
|
|
|
|
private byte[] e = null;
|
|
|
|
public AcInterfaceMike(h paramh, String paramString, int paramInt1, int paramInt2) {
|
|
a(paramString);
|
|
this.a = paramInt2;
|
|
this.d = paramInt1;
|
|
}
|
|
|
|
public String a() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.c = paramString;
|
|
}
|
|
|
|
public byte[] b() {
|
|
return this.e;
|
|
}
|
|
|
|
public void a(byte[] paramArrayOfbyte) {
|
|
this.e = paramArrayOfbyte;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ac/m.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |