From 94217b294ccd75a34787eb04d6e273e99536e45b Mon Sep 17 00:00:00 2001
From: 重庆迈尖科技有限公司
Date: 星期三, 30 一月 2019 15:12:32 +0800
Subject: [PATCH] no message

---
 Pods/SDWebImage/SDWebImage/UIImage+GIF.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/Pods/SDWebImage/SDWebImage/UIImage+GIF.h b/Pods/SDWebImage/SDWebImage/UIImage+GIF.h
old mode 100755
new mode 100644
index 479d572..a3a6646
--- a/Pods/SDWebImage/SDWebImage/UIImage+GIF.h
+++ b/Pods/SDWebImage/SDWebImage/UIImage+GIF.h
@@ -12,12 +12,13 @@
 @interface UIImage (GIF)
 
 /**
- *  Compatibility method - creates an animated UIImage from an NSData, it will only contain the 1st frame image
+ *  Creates an animated UIImage from an NSData.
+ *  For static GIF, will create an UIImage with `images` array set to nil. For animated GIF, will create an UIImage with valid `images` array.
  */
 + (UIImage *)sd_animatedGIFWithData:(NSData *)data;
 
 /**
- *  Checks if an UIImage instance is a GIF. Will use the `images` array
+ *  Checks if an UIImage instance is a GIF. Will use the `images` array.
  */
 - (BOOL)isGIF;
 

--
Gitblit v1.8.0