mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-22 15:15:38 +00:00
remove initializations
the runtime already does a good job at this
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user