GBA001/Pods/Target Support Files/DeltaCore/DeltaCore-umbrella.h
2020-11-24 13:08:38 -06:00

19 lines
367 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 "DeltaTypes.h"
#import "DLTAMuteSwitchMonitor.h"
FOUNDATION_EXPORT double DeltaCoreVersionNumber;
FOUNDATION_EXPORT const unsigned char DeltaCoreVersionString[];