Skip to content

Commit a100446

Browse files
author
Julian Walker
committed
Import UIKit.h instead of Foundation.h
In projects that do not include UIKit.h in the pre-compiled header, this pulls in UIAlertView and UIActionSheet interface declarations.
1 parent d3a2bb6 commit a100446

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

UIActionSheet+Blocks.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright 2011 Random Ideas, LLC. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
#import <UIKit/UIKit.h>
1010
#import "RIButtonItem.h"
1111

1212
@interface UIActionSheet (Blocks) <UIActionSheetDelegate>

UIAlertView+Blocks.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// Copyright 2010 Random Ideas, LLC. All rights reserved.
77
//
88

9-
#import <Foundation/Foundation.h>
9+
#import <UIKit/UIKit.h>
1010
#import "RIButtonItem.h"
1111

1212
@interface UIAlertView (Blocks)

0 commit comments

Comments
 (0)