15 lines
263 B
Java
15 lines
263 B
Java
|
package o;
|
||
|
|
||
|
import android.widget.Button;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class NRl {
|
||
|
public final Button a;
|
||
|
private final Button c;
|
||
|
|
||
|
public NRl(Button button, Button button2) {
|
||
|
this.c = button;
|
||
|
this.a = button2;
|
||
|
}
|
||
|
}
|