Authored by Patrick Pöchhacker

removed superfluous NS_NOESCAPE

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