mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Module refactoring
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Foundation
|
||||
import CommonCrypto
|
||||
import LightweightAccountData
|
||||
|
||||
private func sha256Digest(_ data: Data) -> Data {
|
||||
let length = data.count
|
||||
|
||||
@@ -5,6 +5,9 @@ import MtProtoKit
|
||||
import MtProtoKitDynamic
|
||||
#endif
|
||||
|
||||
import BuildConfig
|
||||
import LightweightAccountData
|
||||
|
||||
struct ImageResource {
|
||||
let datacenterId: Int
|
||||
let volumeId: Int64
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#ifndef NotificationService_BridgingHeader_h
|
||||
#define NotificationService_BridgingHeader_h
|
||||
|
||||
#import "../Telegram-iOS/BuildConfig.h"
|
||||
#import "Crypto.h"
|
||||
|
||||
#endif
|
||||
|
||||
@@ -6,6 +6,8 @@ import MtProtoKit
|
||||
import MtProtoKitDynamic
|
||||
#endif
|
||||
import WebP
|
||||
import BuildConfig
|
||||
import LightweightAccountData
|
||||
|
||||
private var sharedLogger: Logger?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user