Update api-body.mustache of objc client

This commit is contained in:
geekerzp 2015-07-09 17:40:56 +08:00
parent a25d3f2543
commit 8877be82f0

View File

@ -1,6 +1,5 @@
{{#operations}}
#import "{{classname}}.h"
#import "{{classPrefix}}File.h"
#import "{{classPrefix}}QueryParamCollection.h"
{{#imports}}#import "{{import}}.h"
{{/imports}}