mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
15 lines
363 B
Objective-C
Executable file
15 lines
363 B
Objective-C
Executable file
//
|
|
// SSWAnimator.h
|
|
//
|
|
// Created by Arkadiusz Holko http://holko.pl on 29-05-14.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
// Undocumented animation curve used for the navigation controller's transition.
|
|
FOUNDATION_EXPORT UIViewAnimationOptions const SSWNavigationTransitionCurve;
|
|
|
|
|
|
@interface SSWAnimator : NSObject <UIViewControllerAnimatedTransitioning>
|
|
|
|
@end
|