1234567891011121314151617 |
- //
- // GHRefreshFooter.h
- // GameHelper
- //
- // Created by 青秀斌 on 16/12/29.
- // Copyright © 2016年 kylincc. All rights reserved.
- //
- #import <MJRefresh/MJRefresh.h>
- @interface GHRefreshFooter : MJRefreshAutoFooter
- @property (nonatomic, copy) NSString *textForIdle;
- @property (nonatomic, copy) NSString *textForPulling;
- @property (nonatomic, copy) NSString *textForRefreshing;
- @property (nonatomic, copy) NSString *textForNoMoreData;
- @end
|