mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-01 17:15:20 +00:00
29 lines
427 B
Java
29 lines
427 B
Java
package com.efiAnalytics.ui;
|
|
|
|
import java.awt.Color;
|
|
|
|
public interface cy {
|
|
double a(int paramInt);
|
|
|
|
int size();
|
|
|
|
double c();
|
|
|
|
double d();
|
|
|
|
void c(int paramInt);
|
|
|
|
Color e();
|
|
|
|
String f();
|
|
|
|
int b();
|
|
|
|
String g();
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/cy.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |