Files
SORelativeDateTransformer/Example/RelativeDateDemo_Prefix.pch

14 lines
312 B
Plaintext

//
// Prefix header for all source files of the 'SORelativeDateTransformerTester' target in the 'SORelativeDateTransformerTester' project
//
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
#endif
/* For gcc/10.4/iOS4 support */
#ifndef __has_feature
#define __has_feature(x) 0
#endif