21 lines
524 B
Java
21 lines
524 B
Java
package o;
|
|
|
|
import com.airbnb.deeplinkdispatch.UrlTreeKt;
|
|
|
|
/* renamed from: o.ghh, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C15119ghh {
|
|
private String e;
|
|
|
|
public C15119ghh(String str) {
|
|
this.e = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
StringBuilder sb = new StringBuilder(UrlTreeKt.configurablePathSegmentPrefix);
|
|
sb.append(this.e);
|
|
sb.append(UrlTreeKt.configurablePathSegmentSuffixChar);
|
|
return sb.toString();
|
|
}
|
|
}
|