blob: 4a7044e4ae94cb7d0f250d71f27ba4ea8d41107c [file] [log] [blame]
interface SimpleDialogPresenter {
int BUTTON_NEGATIVE = 2;
int BUTTON_NEUTRAL = 3;
}
class SimpleDialogPresenterImpl implements SimpleDialogPresenter {
public static final int BUTTON_POSITIVE = 1;
}