mirror of
https://github.com/CTCaer/CTCaer-TWRP.git
synced 2024-11-30 05:30:35 +00:00
8 lines
135 B
C
8 lines
135 B
C
#ifndef _PAGES_HEADER
|
|
#define _PAGES_HEADER
|
|
|
|
void gui_notifyVarChange(const char *name, const char* value);
|
|
|
|
#endif // _PAGES_HEADER
|
|
|