2020-02-26 14:36:21 +04:00

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>