CrackMe.apk

Download file
    package kotlin.reflect.jvm.internal.impl.storage;

import kotlin.jvm.functions.Function0;

/* compiled from: storage.kt */
public interface NotNullLazyValue<T> extends Function0<T> {
    boolean isComputed();
}
    
Download file