mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
11 lines
213 B
C
11 lines
213 B
C
#pragma once
|
|
|
|
#include <gui/view.h>
|
|
#include "../pomodoro_timer.h"
|
|
|
|
PomodoroTimer* pomodoro_10_alloc();
|
|
|
|
void pomodoro_10_free(PomodoroTimer* pomodoro_10);
|
|
|
|
View* pomodoro_10_get_view(PomodoroTimer* pomodoro_10);
|