mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Clean up some private ivars and methods and move them into their own header files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user