// // CustomRefreshGifHeader.h // JustMeTalk // // Created by 陈民 on 2018/4/24. // Copyright © 2018年 陈民. All rights reserved. // #import @interface CustomRefreshGifHeader : MJRefreshGifHeader @property (nonatomic, strong) UILabel *customStatusLable; @end