mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 09:35:03 +00:00
21 lines
388 B
Java
21 lines
388 B
Java
package com.efiAnalytics.ui;
|
|
|
|
public interface cD {
|
|
int a();
|
|
|
|
double a(int paramInt);
|
|
|
|
int b();
|
|
|
|
double b(int paramInt);
|
|
|
|
double a(int paramInt1, int paramInt2);
|
|
|
|
void a(cE paramcE);
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/cD.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |