hank
2017-03-03 71172661cf242ba67cf68c387ce24079ead55930
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
//  MJRefreshAutoGifFooter.h
//  MJRefreshExample
//
//  Created by MJ Lee on 15/4/24.
//  Copyright (c) 2015年 小码哥. All rights reserved.
//
 
#import "MJRefreshAutoStateFooter.h"
 
@interface MJRefreshAutoGifFooter : MJRefreshAutoStateFooter
/** 设置state状态下的动画图片images 动画持续时间duration*/
- (void)setImages:(NSArray *)images duration:(NSTimeInterval)duration forState:(MJRefreshState)state;
- (void)setImages:(NSArray *)images forState:(MJRefreshState)state;
@end