flip_social_explore.h 281 B

12345678
  1. #ifndef FLIP_SOCIAL_EXPLORE_H
  2. #define FLIP_SOCIAL_EXPLORE_H
  3. #include "flip_social.h"
  4. #include <callback/callback.h>
  5. bool flip_social_get_explore(FlipperHTTP *fhttp);
  6. bool flip_social_get_explore_2(FlipperHTTP *fhttp);
  7. bool flip_social_parse_json_explore(FlipperHTTP *fhttp);
  8. #endif