vk-ios-sdk/library/Source/Views/VKSharedTransitioningObject.h

11 lines
247 B
Objective-C
Executable File

//
// Created by Roman Truba on 24.02.15.
// Copyright (c) 2015 VK. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@interface VKSharedTransitioningObject : NSObject <UIViewControllerTransitioningDelegate>
@end