mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-20 20:45:40 +00:00
109 lines
4.7 KiB
Objective-C
109 lines
4.7 KiB
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for LegacyComponents.
|
|
FOUNDATION_EXPORT double LegacyComponentsVersionNumber;
|
|
|
|
//! Project version string for LegacyComponents.
|
|
FOUNDATION_EXPORT const unsigned char LegacyComponentsVersionString[];
|
|
|
|
|
|
#import <LegacyComponents/LegacyComponentsGlobals.h>
|
|
#import <LegacyComponents/TGLocalization.h>
|
|
#import <LegacyComponents/TGPluralization.h>
|
|
#import <LegacyComponents/TGStringUtils.h>
|
|
#import <LegacyComponents/TGPhoneUtils.h>
|
|
#import <LegacyComponents/NSObject+TGLock.h>
|
|
#import <LegacyComponents/RMPhoneFormat.h>
|
|
#import <LegacyComponents/NSInputStream+TL.h>
|
|
#import <LegacyComponents/TGFont.h>
|
|
#import <LegacyComponents/TGImageUtils.h>
|
|
#import <LegacyComponents/TGDateUtils.h>
|
|
#import <LegacyComponents/Freedom.h>
|
|
#import <LegacyComponents/FreedomUIKit.h>
|
|
#import <LegacyComponents/TGHacks.h>
|
|
|
|
#import <LegacyComponents/PSCoding.h>
|
|
#import <LegacyComponents/PSData.h>
|
|
#import <LegacyComponents/PSKeyValueCoder.h>
|
|
#import <LegacyComponents/PSKeyValueDecoder.h>
|
|
#import <LegacyComponents/PSKeyValueEncoder.h>
|
|
#import <LegacyComponents/PSKeyValueReader.h>
|
|
#import <LegacyComponents/PSKeyValueStore.h>
|
|
#import <LegacyComponents/PSKeyValueWriter.h>
|
|
|
|
#import <LegacyComponents/TGPeerIdAdapter.h>
|
|
#import <LegacyComponents/TGUser.h>
|
|
#import <LegacyComponents/TGBotInfo.h>
|
|
#import <LegacyComponents/TGBotComandInfo.h>
|
|
#import <LegacyComponents/TGConversation.h>
|
|
|
|
#import <LegacyComponents/TGTextCheckingResult.h>
|
|
#import <LegacyComponents/TGChannelBannedRights.h>
|
|
#import <LegacyComponents/TGChannelAdminRights.h>
|
|
#import <LegacyComponents/TGDatabaseMessageDraft.h>
|
|
#import <LegacyComponents/TGMessageGroup.h>
|
|
#import <LegacyComponents/TGMessageHole.h>
|
|
#import <LegacyComponents/TGMessageViewCountContentProperty.h>
|
|
#import <LegacyComponents/TGAuthorSignatureMediaAttachment.h>
|
|
#import <LegacyComponents/TGWebDocument.h>
|
|
#import <LegacyComponents/TGInvoiceMediaAttachment.h>
|
|
#import <LegacyComponents/TGGameMediaAttachment.h>
|
|
#import <LegacyComponents/TGViaUserAttachment.h>
|
|
#import <LegacyComponents/TGBotContextResultAttachment.h>
|
|
#import <LegacyComponents/TGMessageEntity.h>
|
|
#import <LegacyComponents/TGMessageEntityBold.h>
|
|
#import <LegacyComponents/TGMessageEntityBotCommand.h>
|
|
#import <LegacyComponents/TGMessageEntityCode.h>
|
|
#import <LegacyComponents/TGMessageEntityEmail.h>
|
|
#import <LegacyComponents/TGMessageEntityHashtag.h>
|
|
#import <LegacyComponents/TGMessageEntityItalic.h>
|
|
#import <LegacyComponents/TGMessageEntityMention.h>
|
|
#import <LegacyComponents/TGMessageEntityMentionName.h>
|
|
#import <LegacyComponents/TGMessageEntityPre.h>
|
|
#import <LegacyComponents/TGMessageEntityTextUrl.h>
|
|
#import <LegacyComponents/TGMessageEntityUrl.h>
|
|
#import <LegacyComponents/TGMessageEntitiesAttachment.h>
|
|
#import <LegacyComponents/TGBotReplyMarkup.h>
|
|
#import <LegacyComponents/TGBotReplyMarkupButton.h>
|
|
#import <LegacyComponents/TGBotReplyMarkupRow.h>
|
|
#import <LegacyComponents/TGReplyMarkupAttachment.h>
|
|
#import <LegacyComponents/TGInstantPage.h>
|
|
#import <LegacyComponents/TGWebPageMediaAttachment.h>
|
|
#import <LegacyComponents/TGAudioMediaAttachment.h>
|
|
#import <LegacyComponents/TGAudioWaveform.h>
|
|
#import <LegacyComponents/TGStickerPackReference.h>
|
|
#import <LegacyComponents/TGDocumentAttributeFilename.h>
|
|
#import <LegacyComponents/TGDocumentAttributeImageSize.h>
|
|
#import <LegacyComponents/TGDocumentAttributeSticker.h>
|
|
#import <LegacyComponents/TGDocumentAttributeVideo.h>
|
|
#import <LegacyComponents/TGDocumentAttributeAnimated.h>
|
|
#import <LegacyComponents/TGDocumentAttributeAudio.h>
|
|
#import <LegacyComponents/TGDocumentMediaAttachment.h>
|
|
#import <LegacyComponents/TGUnsupportedMediaAttachment.h>
|
|
#import <LegacyComponents/TGForwardedMessageMediaAttachment.h>
|
|
#import <LegacyComponents/TGContactMediaAttachment.h>
|
|
#import <LegacyComponents/TGVideoInfo.h>
|
|
#import <LegacyComponents/TGVideoMediaAttachment.h>
|
|
#import <LegacyComponents/TGLocalMessageMetaMediaAttachment.h>
|
|
#import <LegacyComponents/TGLocationMediaAttachment.h>
|
|
#import <LegacyComponents/TGImageMediaAttachment.h>
|
|
#import <LegacyComponents/TGMediaAttachment.h>
|
|
#import <LegacyComponents/TGImageInfo.h>
|
|
#import <LegacyComponents/TGMessage.h>
|
|
|
|
#import <LegacyComponents/TGLabel.h>
|
|
#import <LegacyComponents/TGToolbarButton.h>
|
|
#import <LegacyComponents/UIScrollView+TGHacks.h>
|
|
#import <LegacyComponents/TGAnimationBlockDelegate.h>
|
|
#import <LegacyComponents/TGBackdropView.h>
|
|
|
|
#import <LegacyComponents/TGRTLScreenEdgePanGestureRecognizer.h>
|
|
#import <LegacyComponents/TGPopoverController.h>
|
|
#import <LegacyComponents/TGNavigationController.h>
|
|
#import <LegacyComponents/TGNavigationBar.h>
|
|
#import <LegacyComponents/TGViewController.h>
|
|
#import <LegacyComponents/TGViewController+TGRecursiveEnumeration.h>
|
|
#import <LegacyComponents/TGOverlayController.h>
|
|
#import <LegacyComponents/TGOverlayControllerWindow.h>
|
|
#import <LegacyComponents/TGRootControllerProtocol.h>
|