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