MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / Loader

Class Loader

app/src/main/java/com/github/catvod/utils/Notify.java:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 private Toast mToast;
11
12 private static class Loader {
13 static volatile Notify INSTANCE = new Notify();
14 }
15
16 private static Notify get() {
17 return Loader.INSTANCE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected