From 21d3023a9b7b6aff68c1170e345951396b1c6cfd Mon Sep 17 00:00:00 2001
From: 单军华
Date: Tue, 31 Jul 2018 13:35:21 +0800
Subject: [PATCH] no message

---
 screendisplay/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/screendisplay/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h b/screendisplay/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h
new file mode 100755
index 0000000..99b1483
--- /dev/null
+++ b/screendisplay/Pods/MJRefresh/MJRefresh/Custom/Footer/Back/MJRefreshBackStateFooter.h
@@ -0,0 +1,21 @@
+//
+//  MJRefreshBackStateFooter.h
+//  MJRefreshExample
+//
+//  Created by MJ Lee on 15/6/13.
+//  Copyright �� 2015��� ���������. All rights reserved.
+//
+
+#import "MJRefreshBackFooter.h"
+
+@interface MJRefreshBackStateFooter : MJRefreshBackFooter
+/** ������������������������������������ */
+@property (assign, nonatomic) CGFloat labelLeftInset;
+/** ���������������������label */
+@property (weak, nonatomic, readonly) UILabel *stateLabel;
+/** ������state������������������ */
+- (void)setTitle:(NSString *)title forState:(MJRefreshState)state;
+
+/** ������state������������title */
+- (NSString *)titleForState:(MJRefreshState)state;
+@end

--
Gitblit v1.8.0