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/MJRefreshAutoFooter.h | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h b/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h new file mode 100755 index 0000000..71ea478 --- /dev/null +++ b/screendisplay/Pods/MJRefresh/MJRefresh/Base/MJRefreshAutoFooter.h @@ -0,0 +1,23 @@ +// +// MJRefreshAutoFooter.h +// MJRefreshExample +// +// Created by MJ Lee on 15/4/24. +// Copyright (c) 2015��� ���������. All rights reserved. +// + +#import "MJRefreshFooter.h" + +@interface MJRefreshAutoFooter : MJRefreshFooter +/** ������������������(���������YES) */ +@property (assign, nonatomic, getter=isAutomaticallyRefresh) BOOL automaticallyRefresh; + +/** ���������������������������������������������(���������1.0������������������������������������������������������������) */ +@property (assign, nonatomic) CGFloat appearencePercentTriggerAutoRefresh MJRefreshDeprecated("���������triggerAutomaticallyRefreshPercent������"); + +/** ���������������������������������������������(���������1.0������������������������������������������������������������) */ +@property (assign, nonatomic) CGFloat triggerAutomaticallyRefreshPercent; + +/** ��������������������������������������� */ +@property (assign, nonatomic, getter=isOnlyRefreshPerDrag) BOOL onlyRefreshPerDrag; +@end -- Gitblit v1.8.0