cOMS/ui/UILabel.h

13 lines
131 B
C

#ifndef TOS_UI_LABEL_H
#define TOS_UI_LABEL_H
#include "../stdlib/Types.h"
struct UILabelState {
};
struct UILabel {
};
#endif