//
//  SsRefreshHeader.h
//  react-native-ss-rn-native-pull-refresh
//
//  Created by SHEN on 2020/12/4.
//

#import <UIKit/UIKit.h>
#import <MJRefresh/MJRefresh.h>
#import <React/RCTScrollableProtocol.h>

NS_ASSUME_NONNULL_BEGIN

@interface SsRefreshHeader : MJRefreshHeader<RCTCustomRefreshContolProtocol>
@property (nonatomic, copy) RCTDirectEventBlock onPull;
@property (nonatomic, copy) RCTDirectEventBlock onStateChange;
@property (nonatomic, strong) NSString *bgColor;
@property (nonatomic, assign) BOOL refreshing; 

@end

NS_ASSUME_NONNULL_END
