mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-18 20:07:15 +02:00
30 lines
1.3 KiB
Objective-C
30 lines
1.3 KiB
Objective-C
#import <UIKit/UIKit.h>
|
|
|
|
#import <WatchCommon/TGBridgeActionMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeAudioMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeBotCommandInfo.h>
|
|
#import <WatchCommon/TGBridgeBotInfo.h>
|
|
#import <WatchCommon/TGBridgeChat.h>
|
|
#import <WatchCommon/TGBridgeChatMessages.h>
|
|
#import <WatchCommon/TGBridgeCommon.h>
|
|
#import <WatchCommon/TGBridgeContactMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeContext.h>
|
|
#import <WatchCommon/TGBridgeDocumentMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeForwardedMessageMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeImageMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeLocationMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeLocationVenue.h>
|
|
#import <WatchCommon/TGBridgeMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeMessage.h>
|
|
#import <WatchCommon/TGBridgeMessageEntities.h>
|
|
#import <WatchCommon/TGBridgeMessageEntitiesAttachment.h>
|
|
#import <WatchCommon/TGBridgeReplyMarkupMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeReplyMessageMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeSubscriptions.h>
|
|
#import <WatchCommon/TGBridgeUnsupportedMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeUser.h>
|
|
#import <WatchCommon/TGBridgeVideoMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgeWebPageMediaAttachment.h>
|
|
#import <WatchCommon/TGBridgePeerIdAdapter.h>
|
|
#import <WatchCommon/TGBridgePeerNotificationSettings.h>
|