mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-04 18:51:14 +02:00
7 lines
159 B
Java
7 lines
159 B
Java
package notes.simplemobiletools.com;
|
|
|
|
public class Constants {
|
|
public static final String PREFS = "prefs";
|
|
public static final String TEXT = "text";
|
|
}
|