CrackMe.apk

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

/* compiled from: VariableDescriptorWithAccessors.kt */
public interface VariableDescriptorWithAccessors extends VariableDescriptor {
    boolean isDelegated();
}
    
Download file