JSONModelLib.h 319 B

12345678910111213141516171819
  1. //
  2. // JSONModelLib.h
  3. // JSONModel
  4. //
  5. #import <Foundation/Foundation.h>
  6. // core
  7. #import "JSONModel.h"
  8. #import "JSONModelError.h"
  9. // transformations
  10. #import "JSONValueTransformer.h"
  11. #import "JSONKeyMapper.h"
  12. // networking (deprecated)
  13. #import "JSONHTTPClient.h"
  14. #import "JSONModel+networking.h"
  15. #import "JSONAPI.h"