mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Unit tests and refactoring
This commit is contained in:
committed by
Stephan Diederich
parent
13f71b6f12
commit
4921ecb690
@@ -46,4 +46,13 @@
|
||||
// used by BITHockeyManager if disable status is changed
|
||||
@property (nonatomic, getter = isStoreUpdateManagerEnabled) BOOL enableStoreUpdateManager;
|
||||
|
||||
#pragma mark - For Testing
|
||||
|
||||
@property (nonatomic, assign) NSBundle *mainBundle;
|
||||
@property (nonatomic, assign) NSLocale *currentLocale;
|
||||
@property (nonatomic, assign) NSUserDefaults *userDefaults;
|
||||
|
||||
- (BOOL)hasNewVersion:(NSDictionary *)dictionary;
|
||||
- (BOOL)processStoreResponseWithString:(NSString *)responseString;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user