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

@@ -55,7 +55,6 @@ typedef enum BITCrashStatus {
NSString *_feedbackRequestID;
float _feedbackDelayInterval;
NSMutableString *_contentOfProperty;
BITCrashStatus _serverResult;
int _analyzerStarted;
@@ -109,8 +108,4 @@ typedef enum BITCrashStatus {
// will return the timeinterval from startup to the crash in seconds, default is -1
@property (nonatomic, readonly) NSTimeInterval timeintervalCrashInLastSessionOccured;
- (id)initWithAppIdentifier:(NSString *)appIdentifier;
- (void)startManager;
@end