Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. public final class App extends Application {
  2.  
  3. @Override
  4. public void onCreate() {
  5. super.onCreate();
  6. Scope appScope = Toothpick.openScope("APP");
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement