blob: c3503f0a51e8ddb897c291971fb0c63c8787560e [file] [log] [blame]
public enum ButtonKey {
CANCEL_ALL,
CANCEL_SELL;
public static final ButtonKey[] ARR = {CANCEL_ALL, CANCEL_S<caret>};
}