Skip to content

Commit d93da5b

Browse files
committed
Fixed misusage of initialize function
1 parent fb2848d commit d93da5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MJRefresh/UIScrollView+MJExtension.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ @implementation UIScrollView (MJExtension)
1616

1717
static BOOL respondsToAdjustedContentInset_;
1818

19-
+ (void)initialize
19+
+ (void)load
2020
{
2121
static dispatch_once_t onceToken;
2222
dispatch_once(&onceToken, ^{

0 commit comments

Comments
 (0)