12 lines
532 B
Java
12 lines
532 B
Java
package com.sistemasolton.itranvias;
|
|
|
|
import kotlin.Metadata;
|
|
|
|
/* JADX INFO: compiled from: Platform.android.kt */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Metadata(d1 = {"\u0000\b\n\u0000\n\u0002\u0018\u0002\n\u0000\u001a\u0006\u0010\u0000\u001a\u00020\u0001¨\u0006\u0002"}, d2 = {"getPlatform", "Lcom/sistemasolton/itranvias/Platform;", "composeApp_release"}, k = 2, mv = {2, 1, 0}, xi = 48)
|
|
public final class Platform_androidKt {
|
|
public static final Platform getPlatform() {
|
|
return new AndroidPlatform();
|
|
}
|
|
} |