[FL-2749] New power off screen #1637
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
11
applications/power/power_service/views/power_unplug_usb.h
Normal file
11
applications/power/power_service/views/power_unplug_usb.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
typedef struct PowerUnplugUsb PowerUnplugUsb;
|
||||
|
||||
#include <gui/view.h>
|
||||
|
||||
PowerUnplugUsb* power_unplug_usb_alloc();
|
||||
|
||||
void power_unplug_usb_free(PowerUnplugUsb* power_unplug_usb);
|
||||
|
||||
View* power_unplug_usb_get_view(PowerUnplugUsb* power_unplug_usb);
|
Reference in New Issue
Block a user