mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
20 lines
502 B
Objective-C
20 lines
502 B
Objective-C
//
|
|
// GraphCore.h
|
|
// GraphCore
|
|
//
|
|
// Created by Mikhail Filimonov on 03.02.2020.
|
|
// Copyright © 2020 Telegram. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for GraphCore.
|
|
FOUNDATION_EXPORT double GraphCoreVersionNumber;
|
|
|
|
//! Project version string for GraphCore.
|
|
FOUNDATION_EXPORT const unsigned char GraphCoreVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <GraphCore/PublicHeader.h>
|
|
|
|
|