Skip to content
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #7 from a2/patch-1
Browse files Browse the repository at this point in the history
Don't import UIKit in Pistachio.h
  • Loading branch information
Felix Jendrusch committed Mar 26, 2015
2 parents 05c46f7 + e481f30 commit 0d68fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pistachio/Pistachio.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Copyright (c) 2015 Felix Jendrusch. All rights reserved.
//

#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>

//! Project version number for Pistachio.
FOUNDATION_EXPORT double PistachioVersionNumber;
Expand Down

0 comments on commit 0d68fbe

Please sign in to comment.