增加换肤功能
This commit is contained in:
21
Pods/Target Support Files/YYImage/YYImage-umbrella.h
generated
Normal file
21
Pods/Target Support Files/YYImage/YYImage-umbrella.h
generated
Normal file
@@ -0,0 +1,21 @@
|
||||
#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 "YYAnimatedImageView.h"
|
||||
#import "YYFrameImage.h"
|
||||
#import "YYImage.h"
|
||||
#import "YYImageCoder.h"
|
||||
#import "YYSpriteSheetImage.h"
|
||||
|
||||
FOUNDATION_EXPORT double YYImageVersionNumber;
|
||||
FOUNDATION_EXPORT const unsigned char YYImageVersionString[];
|
||||
|
||||
Reference in New Issue
Block a user