mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-22 20:18:44 +00:00
20 lines
545 B
Objective-C
20 lines
545 B
Objective-C
//
|
|
// MtProtoKitDynamic.h
|
|
// MtProtoKitDynamic
|
|
//
|
|
// Created by Peter on 08/07/15.
|
|
// Copyright (c) 2015 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for MtProtoKitDynamic.
|
|
FOUNDATION_EXPORT double MtProtoKitDynamicVersionNumber;
|
|
|
|
//! Project version string for MtProtoKitDynamic.
|
|
FOUNDATION_EXPORT const unsigned char MtProtoKitDynamicVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <MtProtoKitDynamic/PublicHeader.h>
|
|
|
|
|