20 lines
527 B
Objective-C
20 lines
527 B
Objective-C
#ifdef __OBJC__
|
|
#else
|
|
#ifndef FOUNDATION_EXPORT
|
|
#if defined(__cplusplus)
|
|
#define FOUNDATION_EXPORT extern "C"
|
|
#else
|
|
#define FOUNDATION_EXPORT extern
|
|
#endif
|
|
#endif
|
|
#endif
|
|
|
|
#import <SDWebImageSVGKitPlugin/SDImageSVGKCoder.h>
|
|
#import <SDWebImageSVGKitPlugin/SDSVGKImage.h>
|
|
#import <SDWebImageSVGKitPlugin/SVGKImageView+WebCache.h>
|
|
#import <SDWebImageSVGKitPlugin/SDWebImageSVGKitDefine.h>
|
|
|
|
FOUNDATION_EXPORT double SDWebImageSVGKitPluginVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char SDWebImageSVGKitPluginVersionString[];
|
|
|