Some more minor cleanup

This commit is contained in:
Andreas Linde
2012-10-05 23:21:46 +02:00
parent b7cda2625f
commit 4d8ed6b408
2 changed files with 2 additions and 4 deletions

View File

@@ -89,8 +89,6 @@
- (id)init {
if ((self = [super init])) {
self.serverURL = BITHOCKEYSDK_URL;
_delegate = nil;
_showAlwaysButton = NO;
_isSetup = NO;

View File

@@ -308,8 +308,8 @@
#pragma mark - Init
- (id)initWithAppIdentifier:(NSString *)appIdentifier isAppStoreEnvironemt:(BOOL)isAppStoreEnvironment {
if ((self = [super initWithAppIdentifier:appIdentifier isAppStoreEnvironemt:isAppStoreEnvironment])) {
- (id)init {
if ((self = [super init])) {
_delegate = nil;
_expiryDate = nil;
_checkInProgress = NO;