Browse Source

removed superfluous NS_NOESCAPE

Patrick Pöchhacker 9 years ago
parent
commit
549155691b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Masonry/View+MASShorthandAdditions.h

+ 1 - 1
Masonry/View+MASShorthandAdditions.h

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