Merge pull request #1696 from skyline75489/master
Fix FLAnimatedImage import when using CocoaPods
This commit is contained in:
commit
10a86a7b0e
|
@ -10,8 +10,8 @@
|
||||||
|
|
||||||
#if SD_UIKIT
|
#if SD_UIKIT
|
||||||
|
|
||||||
#if COCOAPODS
|
#if __has_include(<FLAnimatedImage/FLAnimatedImage.h>)
|
||||||
@import FLAnimatedImage;
|
#import <FLAnimatedImage/FLAnimatedImage.h>
|
||||||
#else
|
#else
|
||||||
#import "FLAnimatedImageView.h"
|
#import "FLAnimatedImageView.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue