9 lines
103 B
C
9 lines
103 B
C
|
|
||
|
#ifndef __DEMO_H__
|
||
|
#define __DEMO_H__
|
||
|
|
||
|
|
||
|
void lv_demo_func(lv_obj_t *parent, lv_point_t *top);
|
||
|
|
||
|
#endif
|