Skip to content

Commit

Permalink
Adds #imports so that things actually compile >.<
Browse files Browse the repository at this point in the history
  • Loading branch information
kazmasaurus committed Apr 2, 2015
1 parent 363d36d commit 00b97f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ReactiveCocoa/MKAnnotationView+RACSignalSupport.h
Expand Up @@ -7,6 +7,7 @@
//

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

@class RACSignal;

Expand Down
1 change: 1 addition & 0 deletions ReactiveCocoa/ReactiveCocoa.h
Expand Up @@ -63,6 +63,7 @@ FOUNDATION_EXPORT const unsigned char ReactiveCocoaVersionString[];
#import <ReactiveCocoa/RACUnit.h>

#ifdef __IPHONE_OS_VERSION_MIN_REQUIRED
#import <ReactiveCocoa/MKAnnotationView+RACSignalSupport.h>
#import <ReactiveCocoa/UIActionSheet+RACSignalSupport.h>
#import <ReactiveCocoa/UIAlertView+RACSignalSupport.h>
#import <ReactiveCocoa/UIBarButtonItem+RACCommandSupport.h>
Expand Down

0 comments on commit 00b97f4

Please sign in to comment.