Files
GitHawk/Pods/Target Support Files/ContextMenu/ContextMenu-prefix.pch
Ryan Nystrom 1c1184cae7 Add ContextMenu library (#1632)
* add contextmenu lib

* update to latest
2018-03-11 15:49:06 -04:00

13 lines
195 B
Plaintext

#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