Skip to content

Commit

Permalink
Remove @imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraskelton committed Jun 22, 2015
1 parent 462c315 commit 3838f52
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion JazzHands/IFTTTAnimatable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>

@protocol IFTTTAnimatable <NSObject>

Expand Down
2 changes: 1 addition & 1 deletion JazzHands/IFTTTAnimatedPagingScrollViewController.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>
@class IFTTTAnimator;

@interface IFTTTAnimatedPagingScrollViewController : UIViewController <UIScrollViewDelegate>
Expand Down
2 changes: 1 addition & 1 deletion JazzHands/IFTTTFilmstrip.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
//

@import Foundation;
#import <Foundation/Foundation.h>
#import "IFTTTEasingFunction.h"
#import "IFTTTInterpolatable.h"

Expand Down
2 changes: 1 addition & 1 deletion JazzHands/IFTTTInterpolatable.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>

#pragma mark - IFTTTInterpolatable

Expand Down
2 changes: 1 addition & 1 deletion JazzHands/UIView+IFTTTJazzHands.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 IFTTT Inc. All rights reserved.
//

@import UIKit;
#import <UIKit/UIKit.h>

@interface UIView (IFTTTJazzHands)

Expand Down

0 comments on commit 3838f52

Please sign in to comment.