27 lines
416 B
Java
27 lines
416 B
Java
package o;
|
|
|
|
@fZH
|
|
/* loaded from: classes.dex */
|
|
public final class SSr implements RAb {
|
|
private String c;
|
|
|
|
@InterfaceC13391fZD
|
|
public SSr() {
|
|
}
|
|
|
|
@Override // o.RAb
|
|
public final void a(String str) {
|
|
this.c = str;
|
|
}
|
|
|
|
@Override // o.RAb
|
|
public final String b() {
|
|
return this.c;
|
|
}
|
|
|
|
@Override // o.RAb
|
|
public final void e() {
|
|
this.c = null;
|
|
}
|
|
}
|