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 COCOAPODS
|
||||
@import FLAnimatedImage;
|
||||
#if __has_include(<FLAnimatedImage/FLAnimatedImage.h>)
|
||||
#import <FLAnimatedImage/FLAnimatedImage.h>
|
||||
#else
|
||||
#import "FLAnimatedImageView.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue