mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Refactor SyncCore back into TelegramCore
This commit is contained in:
parent
be531ef93f
commit
1a04fb4408
1301 changed files with 14 additions and 1221 deletions
|
|
@ -8,7 +8,6 @@ swift_library(
|
|||
]),
|
||||
deps = [
|
||||
"//submodules/TelegramCore:TelegramCore",
|
||||
"//submodules/SyncCore:SyncCore",
|
||||
"//submodules/EncryptionKeyVisualization/Impl:EncryptionKeyVisualizationImpl",
|
||||
],
|
||||
visibility = [
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
import Foundation
|
||||
import UIKit
|
||||
import TelegramCore
|
||||
import SyncCore
|
||||
import EncryptionKeyVisualizationImpl
|
||||
|
||||
public func secretChatKeyImage(_ fingerprint: SecretChatKeyFingerprint, size: CGSize) -> UIImage? {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue