Created
April 29, 2018 08:22
-
-
Save lomza/b9e0c1780fc225ee45243c0f73d2b58e 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
class SpInKotlinApp : Application() { | |
override fun onCreate() { | |
super.onCreate() | |
AppPreferences.init(this) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment