MJRefreshHeaderView.h 310 B

1234567891011121314
  1. //
  2. // MJRefreshHeaderView.h
  3. // MJRefresh
  4. //
  5. // Created by mj on 13-2-26.
  6. // Copyright (c) 2013年 itcast. All rights reserved.
  7. // 下拉刷新
  8. #import "MJRefreshBaseView.h"
  9. @interface MJRefreshHeaderView : MJRefreshBaseView
  10. + (instancetype)header;
  11. @property (nonatomic,copy) NSString *pullShowStr;
  12. @end