Skip to content

Commit

Permalink
moved import above protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cwRichardKim committed Apr 5, 2015
1 parent 28fb827 commit eef98fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions RKSwipeBetweenViewControllers.h
Expand Up @@ -147,13 +147,11 @@
already, so I won't get into detail.
*/

@protocol RKSwipeBetweenViewControllersDelegate <NSObject>

@end

#import <UIKit/UIKit.h>

@protocol RKSwipeBetweenViewControllersDelegate <NSObject>

@end

@interface RKSwipeBetweenViewControllers : UINavigationController <UIPageViewControllerDelegate,UIPageViewControllerDataSource,UIScrollViewDelegate>

Expand Down

0 comments on commit eef98fa

Please sign in to comment.