flip_weather_alloc.h 216 B

12345678
  1. #ifndef FLIP_WEATHER_I_H
  2. #define FLIP_WEATHER_I_H
  3. #include <flip_weather.h>
  4. #include <callback/flip_weather_callback.h>
  5. #include <flip_storage/flip_weather_storage.h>
  6. FlipWeatherApp *flip_weather_app_alloc();
  7. #endif