From 21fcbc7acbe117bfaddc833f2ee971408115a820 Mon Sep 17 00:00:00 2001 From: hrachya Date: Tue, 14 Apr 2015 13:20:38 -0700 Subject: [PATCH] Adding import for Foundation.h to SWGQueryParamCollection.h fix for https://github.com/swagger-api/swagger-codegen/issues/636 --- .../src/main/resources/objc/SWGQueryParamCollection.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/swagger-codegen/src/main/resources/objc/SWGQueryParamCollection.h b/modules/swagger-codegen/src/main/resources/objc/SWGQueryParamCollection.h index 26b830875f0..3b771881b0f 100644 --- a/modules/swagger-codegen/src/main/resources/objc/SWGQueryParamCollection.h +++ b/modules/swagger-codegen/src/main/resources/objc/SWGQueryParamCollection.h @@ -1,3 +1,5 @@ +#import + @interface SWGQueryParamCollection : NSObject @property(nonatomic, readonly) NSArray* values;