mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-24 14:31:48 +00:00
20 lines
494 B
Objective-C
20 lines
494 B
Objective-C
//
|
|
// DisplayMac.h
|
|
// DisplayMac
|
|
//
|
|
// Created by Peter on 8/13/17.
|
|
// Copyright © 2017 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for DisplayMac.
|
|
FOUNDATION_EXPORT double DisplayMacVersionNumber;
|
|
|
|
//! Project version string for DisplayMac.
|
|
FOUNDATION_EXPORT const unsigned char DisplayMacVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <DisplayMac/PublicHeader.h>
|
|
|
|
|