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