adjust property declarations

while those are probably singletons, it should be more safe
to retain them.
This commit is contained in:
Stephan Diederich 2013-07-16 18:15:42 +02:00
parent 0a1931d20e
commit 609dbcccb8

View File

@ -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;