contentparser.h 184 B

12345678910
  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. #endif //CONTENTPARSER_H