mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 14:45:01 +00:00
stuff
This commit is contained in:
51
app/e/EInterfaceAlpha.java
Normal file
51
app/e/EInterfaceAlpha.java
Normal file
@@ -0,0 +1,51 @@
|
||||
package e;
|
||||
|
||||
import G.R;
|
||||
import G.T;
|
||||
import d.DComponentCharlie;
|
||||
import d.ArrayListExtensionInDPackage;
|
||||
import java.util.Properties;
|
||||
|
||||
public class EInterfaceAlpha implements DComponentCharlie {
|
||||
public String b() {
|
||||
return "Send Burn Command";
|
||||
}
|
||||
|
||||
public String DComponentCharlie() {
|
||||
return "Settings Dialogs";
|
||||
}
|
||||
|
||||
public boolean d() {
|
||||
return true;
|
||||
}
|
||||
|
||||
public void a(Properties paramProperties) {
|
||||
R r = T.a().DComponentCharlie();
|
||||
if (r != null)
|
||||
r.I();
|
||||
}
|
||||
|
||||
public String a() {
|
||||
return "burnData";
|
||||
}
|
||||
|
||||
public void b(Properties paramProperties) {}
|
||||
|
||||
public ArrayListExtensionInDPackage e() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public boolean f() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean g() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/e/a.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user