JSONModel-umbrella.h 558 B

12345678910111213141516171819202122232425
  1. #ifdef __OBJC__
  2. #import <UIKit/UIKit.h>
  3. #else
  4. #ifndef FOUNDATION_EXPORT
  5. #if defined(__cplusplus)
  6. #define FOUNDATION_EXPORT extern "C"
  7. #else
  8. #define FOUNDATION_EXPORT extern
  9. #endif
  10. #endif
  11. #endif
  12. #import "JSONModel.h"
  13. #import "JSONModelClassProperty.h"
  14. #import "JSONModelError.h"
  15. #import "JSONModelLib.h"
  16. #import "JSONAPI.h"
  17. #import "JSONHTTPClient.h"
  18. #import "JSONModel+networking.h"
  19. #import "JSONKeyMapper.h"
  20. #import "JSONValueTransformer.h"
  21. FOUNDATION_EXPORT double JSONModelVersionNumber;
  22. FOUNDATION_EXPORT const unsigned char JSONModelVersionString[];