mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
new app
This commit is contained in:
10
applications/plugins/pomodoro/views/pomodoro_50.h
Normal file
10
applications/plugins/pomodoro/views/pomodoro_50.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include <gui/view.h>
|
||||
#include "../pomodoro_timer.h"
|
||||
|
||||
PomodoroTimer* pomodoro_50_alloc();
|
||||
|
||||
void pomodoro_50_free(PomodoroTimer* pomodoro_50);
|
||||
|
||||
View* pomodoro_50_get_view(PomodoroTimer* pomodoro_50);
|
||||
Reference in New Issue
Block a user