Эх сурвалжийг харах

removed superfluous NS_NOESCAPE

Patrick Pöchhacker 9 жил өмнө
parent
commit
549155691b

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