Browse Source

removed superfluous NS_NOESCAPE

Patrick Pöchhacker 9 năm trước cách đây
mục cha
commit
549155691b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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];
 }