MCPcopy Create free account
hub / github.com/TC999/Aria-bak / BaseModule

Class BaseModule

app/src/main/java/com/arialyy/simple/base/BaseModule.java:25–29  ·  view source on GitHub ↗

Created by Lyy on 2016/9/27.

Source from the content-addressed store, hash-verified

23 * Created by Lyy on 2016/9/27.
24 */
25public class BaseModule extends AbsModule {
26 public BaseModule(Context context) {
27 super(context);
28 }
29}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected