Skip to content

Commit

Permalink
Fixed word spelling at #pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
Bowen Yuan committed Jan 15, 2016
1 parent 654c08f commit 84d868c
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 84d868c

Please sign in to comment.