removed superfluous NS_NOESCAPE
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment