mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
25 lines
434 B
Java
25 lines
434 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.Component;
|
|
|
|
public interface dy {
|
|
int a();
|
|
|
|
boolean b();
|
|
|
|
boolean c();
|
|
|
|
Component a(int paramInt);
|
|
|
|
int d();
|
|
|
|
void a(Component paramComponent);
|
|
|
|
void b(Component paramComponent);
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/dy.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |