forked from loafle/openapi-generator-original
updates for ISO8601 0.5.1
This commit is contained in:
parent
0259c45b7a
commit
e258fb97ca
@ -1,4 +1,4 @@
|
|||||||
#import <ISO8601/ISO8601.h>
|
#import <ISO8601/NSDate+ISO8601.h>
|
||||||
|
|
||||||
#import "{{classPrefix}}ApiSessionManager.h"
|
#import "{{classPrefix}}ApiSessionManager.h"
|
||||||
#import "{{classPrefix}}JSONRequestSerializer.h"
|
#import "{{classPrefix}}JSONRequestSerializer.h"
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
#import <ISO8601/ISO8601.h>
|
|
||||||
#import <JSONModel/JSONValueTransformer.h>
|
#import <JSONModel/JSONValueTransformer.h>
|
||||||
|
|
||||||
@interface JSONValueTransformer (ISO8601)
|
@interface JSONValueTransformer (ISO8601)
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
#import <ISO8601/NSDate+ISO8601.h>
|
||||||
#import "JSONValueTransformer+ISO8601.h"
|
#import "JSONValueTransformer+ISO8601.h"
|
||||||
|
|
||||||
@implementation JSONValueTransformer (ISO8601)
|
@implementation JSONValueTransformer (ISO8601)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user