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

19 lines
377 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 "SMCalloutView.h"
#import "SMClassicCalloutView.h"
FOUNDATION_EXPORT double SMCalloutViewVersionNumber;
FOUNDATION_EXPORT const unsigned char SMCalloutViewVersionString[];