Android hego project

This commit is contained in:
pengfei.zhou
2019-07-18 16:28:50 +08:00
parent 36c5029935
commit f2fc57bbc7
11 changed files with 198 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package com.github.pengfeizhou.hegodemo;
import android.app.Application;
/**
* @Description: Android
* @Author: pengfei.zhou
* @CreateDate: 2019-07-18
*/
public class MyApplication extends Application {
}