Wuyx
2017-01-11 98b39eb28f012ef9bc4fc9d3e108b8213558a93c
1
2
3
4
5
6
7
8
9
10
11
//
// 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