Guest User

Untitled

a guest
Jun 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public class MailActivity extends AppCompatActivity {
  2.  
  3. @Override
  4. protected void onCreate(Bundle savedInstanceState) {
  5. super.onCreate(savedInstanceState);
  6. setContentView(R.layout.activity_mail);
  7. }
  8.  
  9. @Inject
  10. public void registerTo(MailingList mailingList) {
  11. mailingList.register(this);
  12. }
  13. }
Add Comment
Please, Sign In to add comment