vk-ios-sdk/library/Source/Core/VKJSONOperation.h

14 lines
210 B
Objective-C

//
// VKJSONOperation.h
// VKSdk
//
// Created by Roman Truba on 26.06.15.
// Copyright (c) 2015 VK. All rights reserved.
//
#import "VKHTTPOperation.h"
@interface VKJSONOperation : VKHTTPOperation
@end