mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 20:18:44 +00:00
24 lines
640 B
Objective-C
24 lines
640 B
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/MTContext.h>
|
|
#import <MTProtoKit/MTProto.h>
|
|
#import <MTProtoKit/MTRequestMessageService.h>
|
|
#import <MTProtoKit/MTRequest.h>
|