Skip to content

Commit

Permalink
added missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
diederich committed May 17, 2011
1 parent 1345eea commit 140fc37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/iOS/Helper/PSAppStoreHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import <UIKit/UIKit.h>

@interface PSAppStoreHeader : UIView {
NSString *headerLabel_;
NSString *middleHeaderLabel_;
Expand Down
1 change: 1 addition & 0 deletions client/iOS/Helper/PSStoreButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
// THE SOFTWARE.

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

// defines a button action set (data container)
@interface PSStoreButtonData : NSObject {
Expand Down
1 change: 1 addition & 0 deletions client/iOS/Helper/PSWebTableViewCell.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
// THE SOFTWARE.

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

@interface PSWebTableViewCell : UITableViewCell <UIWebViewDelegate> {
UIWebView *webView_;
Expand Down
2 changes: 2 additions & 0 deletions client/iOS/Helper/UIImage+HockeyAdditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

#import <UIKit/UIKit.h>

@interface UIImage (HockeyAdditions)

- (UIImage *)bw_roundedCornerImage:(NSInteger)cornerSize borderSize:(NSInteger)borderSize;
Expand Down

0 comments on commit 140fc37

Please sign in to comment.