Easy interface Currency Converter for iOS

This commit is contained in:
2018-08-25 00:51:49 -07:00
parent cb8d38cf0a
commit 730c335f63
49 changed files with 9485 additions and 5 deletions

View File

@@ -0,0 +1,12 @@
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif