flip_social_explore.h 250 B

1234567
  1. #ifndef FLIP_SOCIAL_EXPLORE_H
  2. #define FLIP_SOCIAL_EXPLORE_H
  3. #include "flip_social.h"
  4. bool flip_social_get_explore(FlipperHTTP *fhttp);
  5. bool flip_social_get_explore_2(FlipperHTTP *fhttp);
  6. bool flip_social_parse_json_explore(FlipperHTTP *fhttp);
  7. #endif