mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-02 01:25:52 +00:00
24 lines
502 B
Java
24 lines
502 B
Java
package com.efiAnalytics.ui;
|
|
|
|
class aM {
|
|
int a;
|
|
|
|
int b;
|
|
|
|
double c;
|
|
|
|
double d;
|
|
|
|
public aM(BinTableView paramBinTableView, int paramInt1, int paramInt2, double paramDouble1, double paramDouble2) {
|
|
this.a = paramInt1;
|
|
this.b = paramInt2;
|
|
this.c = paramDouble1;
|
|
this.d = paramDouble2;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/ui/aM.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |