This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2019-07-09 19:39:06 +02:00
|
|
|
#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
|
|
|
|
|
|
|
|
|
|
|
2019-10-13 16:53:08 +02:00
|
|
|
FOUNDATION_EXPORT double Toast_SwiftVersionNumber;
|
|
|
|
|
FOUNDATION_EXPORT const unsigned char Toast_SwiftVersionString[];
|
2019-07-09 19:39:06 +02:00
|
|
|
|