CrackMe.apk

Download file
    package com.google.common.collect;

import com.android.tools.r8.annotations.SynthesizedClass;
import java.util.SortedSet;

@ElementTypesAreNonnullByDefault
interface SortedMultisetBridge<E> extends Multiset<E> {

    @SynthesizedClass(kind = "$-CC")
    /* renamed from: com.google.common.collect.SortedMultisetBridge$-CC  reason: invalid class name */
    public final /* synthetic */ class CC<E> {
    }

    SortedSet<E> elementSet();
}
    
Download file