Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Dec 29, 2017
1 parent f070f58 commit df84961
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion Sources/Automation/AutoSwipeBack/AutoSwipeBack.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ FOUNDATION_EXPORT const unsigned char AutoSwipeBackVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <AutoSwipeBack/PublicHeader.h>

#import "DelegateProxy.h"
#import "UINavigationController+AutoSwipeBack.h"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <UIKit/UIKit.h>
#import <objc/runtime.h>
#import <SwipeTransition/SwipeTransition.h>
#import <SwipeTransition/SwipeTransition-Swift.h>
#import "UINavigationController+AutoSwipeBack.h"

@implementation UINavigationController (AutoSwipeBack)
Expand Down
1 change: 0 additions & 1 deletion Sources/Automation/AutoSwipeToDismiss/AutoSwipeToDismiss.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ FOUNDATION_EXPORT const unsigned char AutoSwipeToDismissVersionString[];

// In this header, you should import all the public headers of your framework using statements like #import <AutoSwipeToDismiss/PublicHeader.h>

#import "DelegateProxy.h"
#import "UINavigationController+AutoSwipeToDismiss.h"
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import <UIKit/UIKit.h>
#import <objc/runtime.h>
#import <SwipeTransition/SwipeTransition.h>
#import <SwipeTransition/SwipeTransition-Swift.h>
#import "UINavigationController+AutoSwipeToDismiss.h"

@implementation UIViewController (AutoSwipeToDismiss)
Expand Down

0 comments on commit df84961

Please sign in to comment.