Merge pull request #1696 from skyline75489/master

Fix FLAnimatedImage import when using CocoaPods
This commit is contained in:
Bogdan Poplauschi 2017-01-28 19:54:52 +02:00 committed by GitHub
commit 10a86a7b0e
1 changed files with 2 additions and 2 deletions

View File

@ -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