Module refactoring

This commit is contained in:
Peter
2019-06-16 00:51:10 +01:00
parent 819583121e
commit 08fe209b9f
1118 changed files with 9144 additions and 9141 deletions

View File

@@ -1,5 +1,6 @@
import Foundation
import CommonCrypto
import LightweightAccountData
private func sha256Digest(_ data: Data) -> Data {
let length = data.count

View File

@@ -5,6 +5,9 @@ import MtProtoKit
import MtProtoKitDynamic
#endif
import BuildConfig
import LightweightAccountData
struct ImageResource {
let datacenterId: Int
let volumeId: Int64

View File

@@ -1,7 +1,6 @@
#ifndef NotificationService_BridgingHeader_h
#define NotificationService_BridgingHeader_h
#import "../Telegram-iOS/BuildConfig.h"
#import "Crypto.h"
#endif

View File

@@ -6,6 +6,8 @@ import MtProtoKit
import MtProtoKitDynamic
#endif
import WebP
import BuildConfig
import LightweightAccountData
private var sharedLogger: Logger?