NewsBlur/clients/ios/Other Sources/SloppySwiper/SSWAnimator.h

16 lines
363 B
C
Raw Normal View History

//
// 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