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

Commit

Permalink
Cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed May 10, 2015
1 parent b34d3df commit c230332
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pistachio/Pistachio.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Copyright (c) 2015 Felix Jendrusch. All rights reserved.

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

//! Project version number for Pistachio.
FOUNDATION_EXPORT double PistachioVersionNumber;
Expand Down
2 changes: 2 additions & 0 deletions Pistachio/Value Transformers/NSNumberValueTransformers.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) 2015 Felix Jendrusch. All rights reserved.

import Foundation

import Result
import ValueTransformer

Expand Down
2 changes: 2 additions & 0 deletions PistachioTests/Extensions/LensExtensionsSpec.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) 2015 Felix Jendrusch. All rights reserved.

import Foundation

import Quick
import Nimble

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Copyright (c) 2015 Felix Jendrusch. All rights reserved.

import Foundation

import Result
import ValueTransformer

Expand Down

0 comments on commit c230332

Please sign in to comment.