Mercurial > public > stock-charts
comparison Sources/StockChartsWatchOS/StockChartsWatchOS.h @ 116:5057c45046c1
Add default initializers
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 09 Aug 2021 16:32:45 +0100 |
parents | StockChartsWatchOS/StockChartsWatchOS.h@71b027b75fe6 |
children |
comparison
equal
deleted
inserted
replaced
115:f90a675e5e95 | 116:5057c45046c1 |
---|---|
1 // | |
2 // StockChartsWatchOS.h | |
3 // StockChartsWatchOS | |
4 // | |
5 // Created by Dennis Concepción Martín on 5/8/21. | |
6 // | |
7 | |
8 #import <Foundation/Foundation.h> | |
9 | |
10 //! Project version number for StockChartsWatchOS. | |
11 FOUNDATION_EXPORT double StockChartsWatchOSVersionNumber; | |
12 | |
13 //! Project version string for StockChartsWatchOS. | |
14 FOUNDATION_EXPORT const unsigned char StockChartsWatchOSVersionString[]; | |
15 | |
16 // In this header, you should import all the public headers of your framework using statements like #import <StockChartsWatchOS/PublicHeader.h> | |
17 | |
18 |