Skip to content

Instantly share code, notes, and snippets.

@HarinTrivedi
Created January 20, 2018 05:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HarinTrivedi/dfbf419c5fcd7ed8303b8e622d51aa02 to your computer and use it in GitHub Desktop.
Save HarinTrivedi/dfbf419c5fcd7ed8303b8e622d51aa02 to your computer and use it in GitHub Desktop.
package com.hlabexamples.commonmvp.base.mvp.view;
/**
* Created by H.T. on 01/12/17.
*/
public interface BaseView extends ILoadingView {
void initPresenter();
void destroy();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment