Created
April 9, 2023 10:54
-
-
Save sonus21/5a5c53583e51d612e328cf340a9417ba to your computer and use it in GitHub Desktop.
Constants
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
public class Constants { | |
public static final String PRIMARY = "primary"; | |
public static final String SECONDARY = "secondary"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment