mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-02-23 05:34:35 +01:00
6 lines
123 B
Java
6 lines
123 B
Java
|
package gallery.simplemobiletools.com;
|
||
|
|
||
|
public class Constants {
|
||
|
public static final String DIRECTORY = "directory";
|
||
|
}
|