16 lines
261 B
Java
16 lines
261 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class O {
|
||
|
|
||
|
@SerializedName("laserId")
|
||
|
private String c;
|
||
|
|
||
|
public O(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.c = str;
|
||
|
}
|
||
|
}
|