mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-29 21:52:03 -07:00
11 lines
128 B
C
11 lines
128 B
C
#pragma once
|
|
|
|
#include "widget.h"
|
|
#include <furi.h>
|
|
#include <m-array.h>
|
|
|
|
struct Widget {
|
|
View* view;
|
|
void* context;
|
|
};
|