mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-25 06:07:03 +01:00
9 lines
89 B
C
9 lines
89 B
C
|
|
#ifndef _UI_H_
|
|
#define _UI_H_
|
|
|
|
void showSplashScreen();
|
|
void showApplyUpdate();
|
|
|
|
|
|
#endif |