mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
adjust property declarations
while those are probably singletons, it should be more safe to retain them.
This commit is contained in:
parent
0a1931d20e
commit
609dbcccb8
@ -48,9 +48,9 @@
|
||||
|
||||
#pragma mark - For Testing
|
||||
|
||||
@property (nonatomic, assign) NSBundle *mainBundle;
|
||||
@property (nonatomic, assign) NSLocale *currentLocale;
|
||||
@property (nonatomic, assign) NSUserDefaults *userDefaults;
|
||||
@property (nonatomic, strong) NSBundle *mainBundle;
|
||||
@property (nonatomic, strong) NSLocale *currentLocale;
|
||||
@property (nonatomic, strong) NSUserDefaults *userDefaults;
|
||||
|
||||
- (BOOL)shouldAutoCheckForUpdates;
|
||||
- (BOOL)hasNewVersion:(NSDictionary *)dictionary;
|
||||
|
Loading…
x
Reference in New Issue
Block a user