[FL-2749] New power off screen #1637

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Nikolay Minaylov
2022-08-22 20:54:01 +03:00
committed by GitHub
parent 8992f8ac36
commit 9317ded1a9
7 changed files with 67 additions and 10 deletions

View 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);