contentparser.h 251 B

1234567891011
  1. //
  2. // Created by janco on 25-3-16.
  3. //
  4. #ifndef CONTENTPARSER_H
  5. #define CONTENTPARSER_H
  6. void parseAlarmJson(char* content);
  7. void parsetimezone(char* content);
  8. void parseTwitch(char* content);
  9. void TwitterParser(char* content);
  10. #endif //CONTENTPARSER_H