소스 검색

fix the word warning by Xcode.

rbbtsn0w 9 년 전
부모
커밋
2949dd8580
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m
  2. 1 1
      MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m

+ 1 - 1
MJRefresh/Custom/Footer/Auto/MJRefreshAutoNormalFooter.m

@@ -31,7 +31,7 @@ - (void)setActivityIndicatorViewStyle:(UIActivityIndicatorViewStyle)activityIndi
     self.loadingView = nil;
     [self setNeedsLayout];
 }
-#pragma makr - 重写父类的方法
+#pragma mark - 重写父类的方法
 - (void)prepare
 {
     [super prepare];

+ 1 - 1
MJRefresh/Custom/Footer/Back/MJRefreshBackNormalFooter.m

@@ -45,7 +45,7 @@ - (void)setActivityIndicatorViewStyle:(UIActivityIndicatorViewStyle)activityIndi
     self.loadingView = nil;
     [self setNeedsLayout];
 }
-#pragma makr - 重写父类的方法
+#pragma mark - 重写父类的方法
 - (void)prepare
 {
     [super prepare];