mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 03:20:09 +00:00
20 lines
525 B
Objective-C
20 lines
525 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>
|
|
|
|
|