Skip to content

Commit

Permalink
添加注释
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyitainsky committed Nov 21, 2018
1 parent 918ca7a commit e1d857b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package cn.zyt.base.ui.activity;

import android.annotation.SuppressLint;

import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
Expand All @@ -11,10 +11,13 @@

/**
* Created by zyt on 2018-11-21.
* * baseSingleFragment
* 用于管理一个fragment的activity
*/

public abstract class BaseSingleFragment extends AppCompatActivity{


@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
Expand Down

0 comments on commit e1d857b

Please sign in to comment.