mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-23 04:28:53 +00:00
20 lines
517 B
Objective-C
20 lines
517 B
Objective-C
//
|
|
// MtProtoKitMac.h
|
|
// MtProtoKitMac
|
|
//
|
|
// Created by Peter on 01/05/15.
|
|
// Copyright (c) 2015 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for MtProtoKitMac.
|
|
FOUNDATION_EXPORT double MtProtoKitMacVersionNumber;
|
|
|
|
//! Project version string for MtProtoKitMac.
|
|
FOUNDATION_EXPORT const unsigned char MtProtoKitMacVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <MtProtoKitMac/PublicHeader.h>
|
|
|
|
|