mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
14 lines
328 B
C
14 lines
328 B
C
#pragma once
|
|
|
|
#include <gui/view.h>
|
|
|
|
#include "desktop_events.h"
|
|
|
|
typedef struct DesktopLockscreenView DesktopLockscreenView;
|
|
|
|
DesktopLockscreenView* desktop_view_lockscreen_alloc();
|
|
|
|
void desktop_view_lockscreen_free(DesktopLockscreenView* main_view);
|
|
|
|
View* desktop_view_lockscreen_get_view(DesktopLockscreenView* main_view);
|