Skip to content

Commit 2514f3a

Browse files
committed
update SWGApiClient.h of objc client.
1 parent 3d3cbe1 commit 2514f3a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/swagger-codegen/src/main/resources/objc/SWGApiClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ extern NSString *const SWGResponseObjectErrorKey;
4848

4949
+(void) configureCacheReachibilityForHost:(NSString*)host;
5050

51-
+(NSString *) selectHeaderAccept:(NSArray *)headerAcceptArray;
52-
+(NSString *) selectHeaderContentType:(NSArray *)headerContentTypeArray;
51+
+(NSString *) selectHeaderAccept:(NSArray *)accepts;
52+
+(NSString *) selectHeaderContentType:(NSArray *)contentTypes;
5353

5454
-(void)setHeaderValue:(NSString*) value
5555
forKey:(NSString*) forKey;

samples/client/petstore/objc/client/SWGApiClient.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ extern NSString *const SWGResponseObjectErrorKey;
4848

4949
+(void) configureCacheReachibilityForHost:(NSString*)host;
5050

51-
+(NSString *) selectHeaderAccept:(NSArray *)headerAcceptArray;
52-
+(NSString *) selectHeaderContentType:(NSArray *)headerContentTypeArray;
51+
+(NSString *) selectHeaderAccept:(NSArray *)accepts;
52+
+(NSString *) selectHeaderContentType:(NSArray *)contentTypes;
5353

5454
-(void)setHeaderValue:(NSString*) value
5555
forKey:(NSString*) forKey;

0 commit comments

Comments
 (0)