Swiftgram/MTProtoKit/MTProtoKit.h
2017-02-02 18:58:11 +03:00

73 lines
2.6 KiB
Objective-C

//
// MtProtoKit.h
// MtProtoKit
//
// Created by Peter on 13/04/15.
// Copyright (c) 2015 Telegram. All rights reserved.
//
#import <UIKit/UIKit.h>
//! Project version number for MtProtoKit.
FOUNDATION_EXPORT double MtProtoKitVersionNumber;
//! Project version string for MtProtoKit.
FOUNDATION_EXPORT const unsigned char MtProtoKitVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <MtProtoKit/PublicHeader.h>
#import <MTProtoKit/MTTime.h>
#import <MTProtoKit/MTTimer.h>
#import <MTProtoKit/MTLogging.h>
#import <MTProtoKit/MTEncryption.h>
#import <MTProtoKit/MTInternalId.h>
#import <MTProtoKit/MTQueue.h>
#import <MTProtoKit/MTOutputStream.h>
#import <MTProtoKit/MTInputStream.h>
#import <MTProtoKit/MTSerialization.h>
#import <MTProtoKit/MTExportedAuthorizationData.h>
#import <MTProtoKit/MTRpcError.h>
#import <MTProtoKit/MTKeychain.h>
#import <MTProtoKit/MTFileBasedKeychain.h>
#import <MTProtoKit/MTContext.h>
#import <MTProtoKit/MTTransportScheme.h>
#import <MTProtoKit/MTDatacenterTransferAuthAction.h>
#import <MTProtoKit/MTDatacenterAuthAction.h>
#import <MTProtoKit/MTDatacenterAuthMessageService.h>
#import <MTProtoKit/MTDatacenterAddress.h>
#import <MTProtoKit/MTDatacenterAddressSet.h>
#import <MTProtoKit/MTDatacenterAuthInfo.h>
#import <MTProtoKit/MTDatacenterSaltInfo.h>
#import <MTProtoKit/MTDatacenterAddressListData.h>
#import <MTProtoKit/MTProto.h>
#import <MTProtoKit/MTSessionInfo.h>
#import <MTProtoKit/MTTimeFixContext.h>
#import <MTProtoKit/MTPreparedMessage.h>
#import <MTProtoKit/MTOutgoingMessage.h>
#import <MTProtoKit/MTIncomingMessage.h>
#import <MTProtoKit/MTMessageEncryptionKey.h>
#import <MTProtoKit/MTMessageService.h>
#import <MTProtoKit/MTMessageTransaction.h>
#import <MTProtoKit/MTTimeSyncMessageService.h>
#import <MTProtoKit/MTRequestMessageService.h>
#import <MTProtoKit/MTRequest.h>
#import <MTProtoKit/MTRequestContext.h>
#import <MTProtoKit/MTRequestErrorContext.h>
#import <MTProtoKit/MTDropResponseContext.h>
#import <MTProtoKit/MTApiEnvironment.h>
#import <MTProtoKit/MTResendMessageService.h>
#import <MTProtoKit/MTNetworkAvailability.h>
#import <MTProtoKit/MTTransport.h>
#import <MTProtoKit/MTTransportTransaction.h>
#import <MTProtoKit/MTTcpTransport.h>
#import <MTProtoKit/MTHttpTransport.h>
#import <MTProtoKit/MTHttpRequestOperation.h>
#import <MTProtoKit/MTAtomic.h>
#import <MTProtoKit/MTBag.h>
#import <MTProtoKit/MTDisposable.h>
#import <MTProtoKit/MTSubscriber.h>
#import <MTProtoKit/MTSignal.h>
#import <MTProtoKit/MTNetworkUsageCalculationInfo.h>
#import <MTProtoKit/MTNetworkUsageManager.h>