Skip to content

Commit 877ad81

Browse files
committed
Get rid of some redundant comments
1 parent faac4ca commit 877ad81

30 files changed

+0
-30
lines changed

MJRefresh/Base/MJRefreshComponent.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshComponent.h
43
// MJRefreshExample
54
//

MJRefresh/Base/MJRefreshComponent.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshComponent.m
43
// MJRefreshExample
54
//

MJRefresh/Base/MJRefreshFooter.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshFooter.h
43
// MJRefreshExample
54
//

MJRefresh/Base/MJRefreshFooter.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshFooter.m
43
// MJRefreshExample
54
//

MJRefresh/Base/MJRefreshHeader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshHeader.h
43
// MJRefreshExample
54
//

MJRefresh/Base/MJRefreshHeader.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// MJRefreshHeader.m
43
// MJRefreshExample
54
//

MJRefresh/MJRefresh.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32

43
#import "UIScrollView+MJRefresh.h"
54
#import "UIScrollView+MJExtension.h"

MJRefresh/MJRefreshConst.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
#import <UIKit/UIKit.h>
43
#import <objc/message.h>
54

MJRefresh/MJRefreshConst.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
#import <UIKit/UIKit.h>
43

54
const CGFloat MJRefreshLabelLeftInset = 25;

MJRefresh/UIScrollView+MJExtension.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// 代码地址: https://github.com/CoderMJLee/MJRefresh
2-
// 代码地址: 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
32
// UIScrollView+Extension.h
43
// MJRefreshExample
54
//

0 commit comments

Comments
 (0)