Mercurial > public > stock-charts
comparison Sources/InteractiveCharts/InteractiveCharts.h @ 14:edf2bfcd8d97
Reorganise structure
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Wed, 28 Apr 2021 19:01:40 +0200 |
parents | InteractiveCharts/InteractiveCharts.h@b5888bfbef9b |
children |
comparison
equal
deleted
inserted
replaced
13:fdab6510dc46 | 14:edf2bfcd8d97 |
---|---|
1 // | |
2 // InteractiveCharts.h | |
3 // InteractiveCharts | |
4 // | |
5 // Created by Dennis Concepción Martín on 26/4/21. | |
6 // | |
7 | |
8 #import <Foundation/Foundation.h> | |
9 | |
10 //! Project version number for InteractiveCharts. | |
11 FOUNDATION_EXPORT double InteractiveChartsVersionNumber; | |
12 | |
13 //! Project version string for InteractiveCharts. | |
14 FOUNDATION_EXPORT const unsigned char InteractiveChartsVersionString[]; | |
15 | |
16 // In this header, you should import all the public headers of your framework using statements like #import <InteractiveCharts/PublicHeader.h> | |
17 | |
18 |