7 lines
90 B
C
7 lines
90 B
C
|
|
#ifndef __APP_WEATHER_H
|
||
|
|
#define __APP_WEATHER_H
|
||
|
|
|
||
|
|
void APP_Weather_Launcher(void);
|
||
|
|
|
||
|
|
#endif
|