remove initializations

the runtime already does a good
job at this
This commit is contained in:
Stephan Diederich
2013-07-27 14:38:49 +02:00
parent d660dd8b7c
commit 5d8f030547

View File

@@ -34,11 +34,8 @@
- (id)init {
if ((self = [super init])) {
_isAppStoreEnvironment = NO;
_appIdentifier = nil;
_serverURL = BITHOCKEYSDK_URL;
_navController = nil;
_barStyle = UIBarStyleBlackOpaque;
self.tintColor = BIT_RGBCOLOR(25, 25, 25);
_modalPresentationStyle = UIModalPresentationFormSheet;