power_unplug_usb.h 257 B

1234567891011
  1. #pragma once
  2. typedef struct PowerUnplugUsb PowerUnplugUsb;
  3. #include <gui/view.h>
  4. PowerUnplugUsb* power_unplug_usb_alloc();
  5. void power_unplug_usb_free(PowerUnplugUsb* power_unplug_usb);
  6. View* power_unplug_usb_get_view(PowerUnplugUsb* power_unplug_usb);