mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 23:20:28 +00:00

git-subtree-dir: submodules/TelegramCore git-subtree-mainline: 971273e8f8f49a47f14b251d2f35e3445a61fc3f git-subtree-split: 9561227540acef69894e6546395ab223a6233600
18 lines
502 B
Objective-C
18 lines
502 B
Objective-C
//
|
|
// TelegramCore.h
|
|
// TelegramCore
|
|
//
|
|
// Created by Peter on 8/1/16.
|
|
// Copyright © 2016 Peter. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
//! Project version number for TelegramCore.
|
|
FOUNDATION_EXPORT double TelegramCoreVersionNumber;
|
|
|
|
//! Project version string for TelegramCore.
|
|
FOUNDATION_EXPORT const unsigned char TelegramCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TelegramCore/PublicHeader.h>
|