summaryrefslogtreecommitdiff
path: root/SmartDeviceLink-iOS/SmartDeviceLink_Example/Classes/ConnectionAnimatedTransition.h
blob: 3706a4ed8e2493e2551a4a816c42b23ae2487768 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
//  ConnectionAnimatedTransition.h
//  SmartDeviceLink-iOS
//
//  Created by Joel Fischer on 2/18/15.
//  Copyright (c) 2015 smartdevicelink. All rights reserved.
//

#import <Foundation/Foundation.h>

@import UIKit;


@interface ConnectionAnimatedTransition : NSObject <UIViewControllerAnimatedTransitioning>

@end