forked from github/szkolny
5 lines
206 B
Prolog
5 lines
206 B
Prolog
|
# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
|
||
|
-keepclassmembers enum * {
|
||
|
public static **[] values();
|
||
|
public static ** valueOf(java.lang.String);
|
||
|
}
|