admin
2016-12-01 d7b735ccc4e745c78b3a58875128c5e1c969da40
commit | author | age
3eceb5 1 //
W 2 // Created by Roman Truba on 24.02.15.
3 // Copyright (c) 2015 VK. All rights reserved.
4 //
5
6 #import <Foundation/Foundation.h>
7 #import <UIKit/UIKit.h>
8
9
10 @interface VKSharedTransitioningObject : NSObject <UIViewControllerTransitioningDelegate>
11 @end