discord-jadx/app/src/main/java/com/discord/utilities/auth/GoogleSmartLockRepo$Compani...

19 lines
656 B
Java

package com.discord.utilities.auth;
import d0.z.d.o;
import kotlin.jvm.functions.Function0;
/* compiled from: GoogleSmartLockRepo.kt */
public final class GoogleSmartLockRepo$Companion$INSTANCE$2 extends o implements Function0<GoogleSmartLockRepo> {
public static final GoogleSmartLockRepo$Companion$INSTANCE$2 INSTANCE = new GoogleSmartLockRepo$Companion$INSTANCE$2();
public GoogleSmartLockRepo$Companion$INSTANCE$2() {
super(0);
}
@Override // kotlin.jvm.functions.Function0
/* renamed from: invoke */
public final GoogleSmartLockRepo mo1invoke() {
return new GoogleSmartLockRepo(null, null, 3, null);
}
}