Clean up some private ivars and methods and move them into their own header files

This commit is contained in:
Andreas Linde
2012-07-22 00:32:42 +02:00
parent 3687f95f36
commit 0586a69bc0
9 changed files with 156 additions and 86 deletions

View File

@@ -40,6 +40,8 @@
#import "HockeySDK.h"
#import "HockeySDKPrivate.h"
#import "BITUpdateManagerPrivate.h"
#define BIT_RGBCOLOR(r,g,b) [UIColor colorWithRed:(r)/255.0 green:(g)/255.0 blue:(b)/255.0 alpha:1]
#define kWebCellIdentifier @"PSWebTableViewCell"