hank
2018-08-30 8cc5a3be899b659505d78a75a22bd38bcc2825b0
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>
b80c10 11 @end