Merged change from 8771e2d9f5 (thanks to https://github.com/mk).

This commit is contained in:
Thomas Dohmke 2011-12-03 18:37:20 +01:00
parent 6cd1549136
commit 3118b1d354
2 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,8 @@
#import <UIKit/UIKit.h>
#import "PSStoreButton.h"
#import "PSAppStoreHeader.h"
@class PSAppStoreHeader;
typedef enum {
AppStoreButtonStateOffline,

View File

@ -28,6 +28,7 @@
#import "BWHockeyManager.h"
#import "BWGlobal.h"
#import "UIImage+HockeyAdditions.h"
#import "PSAppStoreHeader.h"
#import "PSWebTableViewCell.h"
#import "BWHockeySettingsViewController.h"