mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-28 16:42:20 +00:00
Fix typo
This commit is contained in:
parent
788c5e9c8e
commit
de76e9dce0
@ -95,7 +95,7 @@
|
||||
|
||||
#if __IPHONE_OS_VERSION_MIN_REQUIRED > __IPHONE_7_1
|
||||
data = [[NSData alloc] initWithBase64EncodedString:@"TestData" options:0];
|
||||
#elif
|
||||
#else
|
||||
if ([[NSData class] respondsToSelector:@selector(initWithBase64EncodedString:options:)]) {
|
||||
data = [[NSData alloc] initWithBase64EncodedString:@"TestData" options:0];
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user