aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/miz_hi/smileessence/core/EnumRequestCode.java
blob: 2304a0dd08f09c7baecd8969a14d07b7267c8c01 (plain)
1
2
3
4
5
6
7
8
9
package net.miz_hi.smileessence.core;

public enum EnumRequestCode
{
	AUTHORIZE,
	MAIN,
	PICTURE,
	CAMERA
}