Skip to content

Commit

Permalink
reorganise imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Lenhador committed Feb 10, 2017
1 parent 620437f commit 1532807
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015 Leo Natan. All rights reserved.
//

#import <LNPopupController/LNPopupItem.h>
#import "LNPopupItem.h"
#import "LNPopupCustomBarViewController.h"


Expand Down
2 changes: 1 addition & 1 deletion Sources/LNPopupController/Private/LNPopupItem+Private.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015 Leo Natan. All rights reserved.
//

#import <LNPopupController/LNPopupItem.h>
#import "LNPopupItem.h"
#import "LNPopupController.h"

@class LNPopupItem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright © 2015 Leo Natan. All rights reserved.
//

#import <LNPopupController/UIViewController+LNPopupSupport.h>
#import "UIViewController+LNPopupSupport.h"

@class LNPopupController;

Expand Down
4 changes: 2 additions & 2 deletions Sources/LNPopupController/Public/LNPopupBar.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//

#import <UIKit/UIKit.h>
#import <LNPopupController/LNPopupItem.h>
#import <LNPOpupController/LNPopupCustomBarViewController.h>
#import "LNPopupItem.h"
#import "LNPopupCustomBarViewController.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
2 changes: 1 addition & 1 deletion Sources/LNPopupController/Public/LNPopupContentView.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//

#import <UIKit/UIKit.h>
#import <LNPopupController/LNPopupCloseButton.h>
#import "LNPopupCloseButton.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down
14 changes: 0 additions & 14 deletions Sources/LNPopupController/Public/LNPopupController.h

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
//

#import <UIKit/UIKit.h>
#import <LNPopupController/LNPopupContentView.h>
#import <LNPopupController/LNPopupBar.h>
#import <LNPopupController/LNPopupItem.h>
#import "LNPopupContentView.h"
#import "LNPopupBar.h"
#import "LNPopupItem.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 1532807

Please sign in to comment.