Skip to content

Commit

Permalink
Merge pull request #1698 from jsm174/master
Browse files Browse the repository at this point in the history
Add UIKit import to allow for compiling without precompiled header
  • Loading branch information
lauraskelton committed Sep 14, 2015
2 parents 595bd08 + 0c7a489 commit 70ea595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JazzHands/IFTTTAnimator.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
// Copyright (c) 2013 IFTTT Inc. All rights reserved.
//

#import <UIKit/UIKit.h>

@protocol IFTTTAnimatable;

@interface IFTTTAnimator : NSObject
Expand Down

0 comments on commit 70ea595

Please sign in to comment.