NetMirror.apk

Download file
package s2;

import java.util.Collections;
import java.util.Set;

/* JADX INFO: loaded from: classes.dex */
class M {
    public static final Set a(Object obj) {
        Set setSingleton = Collections.singleton(obj);
        D2.h.e(setSingleton, "singleton(...)");
        return setSingleton;
    }
}
Download file