/myLoadingStateView

自己开发用的工具类

Primary LanguageJava

# LoadingStateView

To get a Git project into your build:

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

	dependencies {
	        implementation 'com.github.kwg520:myLoadingStateView:Tag'
	}