1 #ifndef HARDWARE_TEST_USB_TEST_CONTROLLER_H 2 #define HARDWARE_TEST_USB_TEST_CONTROLLER_H 24 class USBView :
public View {
32 void layoutSubviews()
override;
33 int numberOfSubviews()
const override;
34 View * subviewAtIndex(
int index)
override;
39 constexpr
static const char * k_USBPlugText =
"PLUG USB";
40 constexpr
static const char * k_USBUnplugText =
"OK, UNPLUG USB";
void viewWillAppear() override
Responder * parentResponder() const
bool handleEvent(Ion::Events::Event e) override
USBTestController(Responder *parentResponder)