mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
24 lines
690 B
Objective-C
24 lines
690 B
Objective-C
//
|
|
// TelegramCoreMac.h
|
|
// TelegramCoreMac
|
|
//
|
|
// Created by Peter on 9/5/16.
|
|
// Copyright © 2016 Peter. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for TelegramCoreMac.
|
|
FOUNDATION_EXPORT double TelegramCoreMacVersionNumber;
|
|
|
|
//! Project version string for TelegramCoreMac.
|
|
FOUNDATION_EXPORT const unsigned char TelegramCoreMacVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <TelegramCoreMac/PublicHeader.h>
|
|
|
|
|
|
#import <TelegramCoreMac/FormatPhoneNumber.h>
|
|
#import <TelegramCoreMac/Crypto.h>
|
|
#import <TelegramCoreMac/NetworkLogging.h>
|
|
#import <TelegramCoreMac/Reachability.h>
|