GBA-8-19/Pods/Target Support Files/Harmony/Harmony-umbrella.h
2024-06-14 17:15:51 +08:00

18 lines
334 B
Objective-C

#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
#import "Harmony/Harmony.h"
FOUNDATION_EXPORT double HarmonyVersionNumber;
FOUNDATION_EXPORT const unsigned char HarmonyVersionString[];