Swiftgram/submodules/LegacyUI/Sources/LegacyHTTPOperationImpl.swift

12 lines
201 B
Swift

import Foundation
#if BUCK
import MtProtoKit
#else
import MtProtoKitDynamic
#endif
import LegacyComponents
@objc class LegacyHTTPOperationImpl: AFHTTPRequestOperation, LegacyHTTPRequestOperation {
}