SDWebImage-prefix.pch 195 Bytes
Newer Older
曹云霄's avatar
曹云霄 committed
1 2
#ifdef __OBJC__
#import <UIKit/UIKit.h>
3 4 5 6 7 8 9 10
#else
#ifndef FOUNDATION_EXPORT
#if defined(__cplusplus)
#define FOUNDATION_EXPORT extern "C"
#else
#define FOUNDATION_EXPORT extern
#endif
#endif
曹云霄's avatar
曹云霄 committed
11 12
#endif