Skip to content

Commit

Permalink
Merge pull request CoderMJLee#505 from havthgem/patch-1
Browse files Browse the repository at this point in the history
Fixed word spelling at #pragma
  • Loading branch information
CoderMJLee committed Jan 15, 2016
2 parents 654c08f + 84d868c commit 79d7caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MJRefresh/Custom/Header/MJRefreshNormalHeader.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ - (void)setActivityIndicatorViewStyle:(UIActivityIndicatorViewStyle)activityIndi
[self setNeedsLayout];
}

#pragma makr - 重写父类的方法
#pragma mark - 重写父类的方法
- (void)prepare
{
[super prepare];
Expand Down

0 comments on commit 79d7caf

Please sign in to comment.