19 lines
417 B
Java
19 lines
417 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.Button;
|
||
|
import android.widget.ScrollView;
|
||
|
import android.widget.TextView;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class nea {
|
||
|
public final Button c;
|
||
|
public final ScrollView d;
|
||
|
public final TextView e;
|
||
|
|
||
|
public nea(ScrollView scrollView, Button button, TextView textView) {
|
||
|
this.d = scrollView;
|
||
|
this.c = button;
|
||
|
this.e = textView;
|
||
|
}
|
||
|
}
|