10 lines
160 B
C
10 lines
160 B
C
|
#include <lvgl/lvgl.h>
|
||
|
|
||
|
namespace Pinetime {
|
||
|
namespace Applications {
|
||
|
namespace Screens {
|
||
|
void SetRadioButtonStyle(lv_obj_t* checkbox);
|
||
|
}
|
||
|
}
|
||
|
}
|