mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-12-05 02:38:01 +01:00
6 lines
171 B
Java
6 lines
171 B
Java
package gallery.simplemobiletools.com;
|
|
|
|
public class Constants {
|
|
public static final String DIRECTORY = "directory";
|
|
public static final String PHOTO = "photo";
|
|
}
|