discord-jadx/app/src/main/java/com/discord/stores/updates/ObservationDeckProvider.java

21 lines
611 B
Java

package com.discord.stores.updates;
import d0.g;
import kotlin.Lazy;
/* compiled from: ObservationDeck.kt */
public final class ObservationDeckProvider {
public static final ObservationDeckProvider INSTANCE = new ObservationDeckProvider();
private static final Lazy INSTANCE$delegate = g.lazy(ObservationDeckProvider$INSTANCE$2.INSTANCE);
private ObservationDeckProvider() {
}
public static final ObservationDeck get() {
return INSTANCE.getINSTANCE();
}
private final ObservationDeck getINSTANCE() {
return (ObservationDeck) INSTANCE$delegate.getValue();
}
}