Created
August 28, 2017 11:24
-
-
Save vsay01/658a827936ab37f31481748aac553b87 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.v4.app.Fragment; | |
| public class BaseFragment extends Fragment { | |
| // TODO: add any relevance methods | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment