Fix FLAnimatedImage import when using CocoaPods
This commit is contained in:
parent
032ab1dd6d
commit
7dbf15bb0d
|
@ -10,7 +10,7 @@
|
|||
|
||||
#if SD_UIKIT
|
||||
|
||||
#if COCOAPODS
|
||||
#if !COCOAPODS
|
||||
@import FLAnimatedImage;
|
||||
#else
|
||||
#import "FLAnimatedImageView.h"
|
||||
|
|
Loading…
Reference in New Issue