@@ -133,4 +133,4 @@
*/
- (void)constraint:(id<MASConstraint>)constraint shouldBeReplacedWithConstraint:(id<MASConstraint>)replacementConstraint;
-@end
+@end
@@ -31,4 +31,4 @@
- (id)initWithFirstViewAttribute:(MASViewAttribute *)firstViewAttribute;
@@ -25,4 +25,4 @@
#ifdef __OBJC__
#import <Foundation/Foundation.h>
-#endif
+#endif
@@ -15,4 +15,4 @@
#import "MASViewConstraint.h"
#import "MASConstraintMaker.h"
#import "MASLayoutConstraint.h"
-#import "NSLayoutConstraint+MASDebugAdditions.h"
+#import "NSLayoutConstraint+MASDebugAdditions.h"
@@ -13,4 +13,4 @@
@interface NSLayoutConstraint (MASDebugAdditions)
@@ -52,4 +52,4 @@
- (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
@@ -93,4 +93,4 @@
return closestCommonSuperview;
}