hank
2017-04-28 484a6b664d86653b5f5220a23256c9d59e29498f
commit | author | age
3eceb5 1 //
W 2 //  VKJSONOperation.h
3 //  VKSdk
4 //
5 //  Created by Roman Truba on 26.06.15.
6 //  Copyright (c) 2015 VK. All rights reserved.
7 //
8
9 #import "VKHTTPOperation.h"
10
11 /**
12  Operation for parsing response string to JSON object, and returning JSON result
13  */
14 @interface VKJSONOperation : VKHTTPOperation
15
16 @end