Selaa lähdekoodia

fix the word warning by Xcode.

rbbtsn0w 9 vuotta sitten
vanhempi
commit
2949dd8580

+ 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];