Skip to content

Commit

Permalink
Fixed misusage of initialize function
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcon committed Nov 26, 2021
1 parent fb2848d commit d93da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MJRefresh/UIScrollView+MJExtension.m
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ @implementation UIScrollView (MJExtension)

static BOOL respondsToAdjustedContentInset_;

+ (void)initialize
+ (void)load
{
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
Expand Down

0 comments on commit d93da5b

Please sign in to comment.