ソースを参照

removed superfluous NS_NOESCAPE

Patrick Pöchhacker 9 年 前
コミット
549155691b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Masonry/View+MASShorthandAdditions.h

+ 1 - 1
Masonry/View+MASShorthandAdditions.h

@@ -94,7 +94,7 @@ MAS_ATTR_FORWARD(centerYWithinMargins);
 
 
 #endif
 #endif
 
 
-- (MASViewAttribute *(NS_NOESCAPE ^)(NSLayoutAttribute))attribute {
+- (MASViewAttribute *(^)(NSLayoutAttribute))attribute {
     return [self mas_attribute];
     return [self mas_attribute];
 }
 }