|
|
@@ -9,6 +9,8 @@
|
|
|
#import "MJRefreshAutoStateFooter.h"
|
|
|
|
|
|
@interface MJRefreshAutoGifFooter : MJRefreshAutoStateFooter
|
|
|
+@property (weak, nonatomic, readonly) UIImageView *gifView;
|
|
|
+
|
|
|
/** 设置state状态下的动画图片images 动画持续时间duration*/
|
|
|
- (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state;
|
|
|
- (void)setImages:(NSArray *)images forState:(MJRefreshState)state;
|