2016-12-20 16:02:27 +01:00

18 lines
347 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 "NSDate+NSDate_Util.h"
FOUNDATION_EXPORT double NSDate_UtilsVersionNumber;
FOUNDATION_EXPORT const unsigned char NSDate_UtilsVersionString[];