mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
32 lines
626 B
Java
32 lines
626 B
Java
package br;
|
|
|
|
import G.R;
|
|
import bH.D;
|
|
import bH.p;
|
|
import c.CInterfaceEcho;
|
|
|
|
class BrInterfaceNovember implements CInterfaceEcho {
|
|
String a = "";
|
|
|
|
R b = null;
|
|
|
|
public BrInterfaceNovember(K paramK, R paramR, String paramString) {
|
|
this.a = paramString;
|
|
this.b = paramR;
|
|
}
|
|
|
|
public boolean a() {
|
|
try {
|
|
return p.a(this.a, this.b);
|
|
} catch (Exception exception) {
|
|
D.c(exception.getMessage());
|
|
return true;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/br/N.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |