mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
31 lines
526 B
Java
31 lines
526 B
Java
package W;
|
|
|
|
class WInterfaceAl {
|
|
private String b = null;
|
|
|
|
private byte[] c = null;
|
|
|
|
al(ak paramak) {}
|
|
|
|
public String a() {
|
|
return this.b;
|
|
}
|
|
|
|
public void a(String paramString) {
|
|
this.b = paramString;
|
|
}
|
|
|
|
public byte[] b() {
|
|
return this.c;
|
|
}
|
|
|
|
public void a(byte[] paramArrayOfbyte) {
|
|
this.c = paramArrayOfbyte;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/W/al.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |