Files
GitHawk/Pods/Target Support Files/GitHubAPI-watchOS/GitHubAPI-watchOS-prefix.pch
2018-04-29 21:36:58 -04:00

13 lines
205 B
Plaintext

#ifdef __OBJC__
#import <Foundation/Foundation.h>
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
#endif