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