CustomRefreshGifHeader.h 304 B

12345678910111213
  1. //
  2. // CustomRefreshGifHeader.h
  3. // JustMeTalk
  4. //
  5. // Created by 陈民 on 2018/4/24.
  6. // Copyright © 2018年 陈民. All rights reserved.
  7. //
  8. #import <MJRefresh/MJRefreshGifHeader.h>
  9. @interface CustomRefreshGifHeader : MJRefreshGifHeader
  10. @property (nonatomic, strong) UILabel *customStatusLable;
  11. @end