mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-02 22:55:18 +00:00
Some more minor cleanup
This commit is contained in:
@@ -89,8 +89,6 @@
|
||||
|
||||
- (id)init {
|
||||
if ((self = [super init])) {
|
||||
self.serverURL = BITHOCKEYSDK_URL;
|
||||
|
||||
_delegate = nil;
|
||||
_showAlwaysButton = NO;
|
||||
_isSetup = NO;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user