Wuyx
2016-11-30 3eceb5a61e9bb1724159bbba0adef79be04bc1fb
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