From 3e8437ae559487362fae3525beb79c534c213a51 Mon Sep 17 00:00:00 2001
From: 单军华
Date: Thu, 12 Jul 2018 13:44:34 +0800
Subject: [PATCH] bug修复和功能优化

---
 screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h |   25 +++++++++++++++++++++++++
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h b/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h
new file mode 100755
index 0000000..0816024
--- /dev/null
+++ b/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshHeader.h
@@ -0,0 +1,25 @@
+//  ������������: https://github.com/CoderMJLee/MJRefresh
+//  ������������: 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���contentInset���top */
+@property (assign, nonatomic) CGFloat ignoredScrollViewContentInsetTop;
+@end

--
Gitblit v1.8.0