CutomFooter.h 306 B

1234567891011121314
  1. //
  2. // CutomFooter.h
  3. // 乐销
  4. //
  5. // Created by 隋林栋 on 2017/1/17.
  6. // Copyright © 2017年 ping. All rights reserved.
  7. //
  8. #import <MJRefresh/MJRefresh.h>
  9. @interface CutomFooter : MJRefreshBackFooter
  10. //@interface CutomFooter : MJRefreshFooter
  11. @property (nonatomic, strong) UILabel *labeTitle;
  12. @end