Created
August 28, 2017 11:23
-
-
Save vsay01/c60a36e819ce74ab25307519f7b947bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.template.test.testmvptemplate; // your application package | |
import android.support.v7.app.AppCompatActivity; | |
public abstract class BaseActivity extends AppCompatActivity { | |
// TODO: add any relevance methods | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment