NewsBlur/clients/ios/Other Sources/SloppySwiper/SSWAnimator.h
2014-09-17 16:41:48 -07:00

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