//  浠g爜鍦板潃: https://github.com/CoderMJLee/MJRefresh
//  浠g爜鍦板潃: http://code4app.com/ios/%E5%BF%AB%E9%80%9F%E9%9B%86%E6%88%90%E4%B8%8B%E6%8B%89%E4%B8%8A%E6%8B%89%E5%88%B7%E6%96%B0/52326ce26803fabc46000000
//  MJRefreshHeader.h
//  MJRefreshExample
//
//  Created by MJ Lee on 15/3/4.
//  Copyright (c) 2015骞� 灏忕爜鍝�. All rights reserved.
//  涓嬫媺鍒锋柊鎺т欢:璐熻矗鐩戞帶鐢ㄦ埛涓嬫媺鐨勭姸鎬�

#import "MJRefreshComponent.h"

@interface MJRefreshHeader : MJRefreshComponent
/** 鍒涘缓header */
+ (instancetype)headerWithRefreshingBlock:(MJRefreshComponentRefreshingBlock)refreshingBlock;
/** 鍒涘缓header */
+ (instancetype)headerWithRefreshingTarget:(id)target refreshingAction:(SEL)action;

/** 杩欎釜key鐢ㄦ潵瀛樺偍涓婁竴娆′笅鎷夊埛鏂版垚鍔熺殑鏃堕棿 */
@property (copy, nonatomic) NSString *lastUpdatedTimeKey;
/** 涓婁竴娆′笅鎷夊埛鏂版垚鍔熺殑鏃堕棿 */
@property (strong, nonatomic, readonly) NSDate *lastUpdatedTime;

/** 蹇界暐澶氬皯scrollView鐨刢ontentInset鐨則op */
@property (assign, nonatomic) CGFloat ignoredScrollViewContentInsetTop;
@end