1 #ifndef ESCHER_BUTTON_H 2 #define ESCHER_BUTTON_H 23 constexpr
static KDCoordinate k_horizontalMarginSmall = 10;
24 constexpr
static KDCoordinate k_horizontalMarginLarge = 20;
25 int numberOfSubviews()
const override;
26 View * subviewAtIndex(
int index)
override;
27 void layoutSubviews()
override;
Responder * parentResponder() const
constexpr KDColor KDColorBlack