Explorar o código

Create MASConstraint.h

Fix xcode 9 warnings
teanet %!s(int64=8) %!d(string=hai) anos
pai
achega
1b8877a942
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Masonry/MASConstraint.h

+ 3 - 3
Masonry/MASConstraint.h

@@ -73,17 +73,17 @@
 /**
  *	Sets the NSLayoutConstraint priority to MASLayoutPriorityLow
  */
-- (MASConstraint * (^)())priorityLow;
+- (MASConstraint * (^)(void))priorityLow;
 
 /**
  *	Sets the NSLayoutConstraint priority to MASLayoutPriorityMedium
  */
-- (MASConstraint * (^)())priorityMedium;
+- (MASConstraint * (^)(void))priorityMedium;
 
 /**
  *	Sets the NSLayoutConstraint priority to MASLayoutPriorityHigh
  */
-- (MASConstraint * (^)())priorityHigh;
+- (MASConstraint * (^)(void))priorityHigh;
 
 /**
  *	Sets the constraint relation to NSLayoutRelationEqual