Mercurial > public > stock-charts
diff Sources/StockCharts/StockCharts.h @ 21:5135ff3343ae
Rename project to StockCharts
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 30 Apr 2021 17:40:33 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sources/StockCharts/StockCharts.h Fri Apr 30 17:40:33 2021 +0200 @@ -0,0 +1,18 @@ +// +// StockCharts.h +// StockCharts +// +// Created by Dennis Concepción Martín on 30/4/21. +// + +#import <Foundation/Foundation.h> + +//! Project version number for StockCharts. +FOUNDATION_EXPORT double StockChartsVersionNumber; + +//! Project version string for StockCharts. +FOUNDATION_EXPORT const unsigned char StockChartsVersionString[]; + +// In this header, you should import all the public headers of your framework using statements like #import <StockCharts/PublicHeader.h> + +