mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
16 lines
363 B
C
16 lines
363 B
C
![]() |
//
|
||
|
// 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
|