GBA001/Pods/Target Support Files/SMCalloutView/SMCalloutView-umbrella.h
Riley Testut d70105e30e Adds ControllerInputsViewController to customize external game controller inputs
Includes necessary code changes to use refactored DeltaCore Input logic
2017-09-27 13:08:41 -07: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[];