Created
February 14, 2020 19:45
-
-
Save mukireus/f8d2e1e05afbe1de09babcc0928288fe 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 UITextHelper { | |
static final String name = "Name"; | |
static final String email = "Email address"; | |
static final String username = "Username"; | |
static final String password = "Password"; | |
static final String login = "Login"; | |
static final String forgetPassword = "Forget Password?"; | |
} | |
UITextHelper.DEGISKEN_ADI // Bu şekilde kullanabilirsiniz. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment