Files
Swiftgram/MTProtoKit/MTProtoKit.h

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>