mirror of
https://github.com/zhigang1992/SORelativeDateTransformer.git
synced 2026-01-12 22:52:25 +08:00
14 lines
312 B
Plaintext
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
|