GHRefreshFooter.h 446 B

1234567891011121314151617
  1. //
  2. // GHRefreshFooter.h
  3. // GameHelper
  4. //
  5. // Created by 青秀斌 on 16/12/29.
  6. // Copyright © 2016年 kylincc. All rights reserved.
  7. //
  8. #import <MJRefresh/MJRefresh.h>
  9. @interface GHRefreshFooter : MJRefreshAutoFooter
  10. @property (nonatomic, copy) NSString *textForIdle;
  11. @property (nonatomic, copy) NSString *textForPulling;
  12. @property (nonatomic, copy) NSString *textForRefreshing;
  13. @property (nonatomic, copy) NSString *textForNoMoreData;
  14. @end