Authored by Jonas Budelmann

Merge pull request #18 from shermanl/master

Add newlines to the ends of the files to prevent warnings when GCC_WARN_ABOUT_MISSING_NEWLINE is turned on
... ... @@ -133,4 +133,4 @@
*/
- (void)constraint:(id<MASConstraint>)constraint shouldBeReplacedWithConstraint:(id<MASConstraint>)replacementConstraint;
@end
\ No newline at end of file
@end
... ...
... ... @@ -31,4 +31,4 @@
*/
- (id)initWithFirstViewAttribute:(MASViewAttribute *)firstViewAttribute;
@end
\ No newline at end of file
@end
... ...
... ... @@ -25,4 +25,4 @@
#ifdef __OBJC__
#import <Foundation/Foundation.h>
#endif
\ No newline at end of file
#endif
... ...
... ... @@ -15,4 +15,4 @@
#import "MASViewConstraint.h"
#import "MASConstraintMaker.h"
#import "MASLayoutConstraint.h"
#import "NSLayoutConstraint+MASDebugAdditions.h"
\ No newline at end of file
#import "NSLayoutConstraint+MASDebugAdditions.h"
... ...
... ... @@ -13,4 +13,4 @@
*/
@interface NSLayoutConstraint (MASDebugAdditions)
@end
\ No newline at end of file
@end
... ...
... ... @@ -52,4 +52,4 @@
*/
- (NSArray *)mas_makeConstraints:(void(^)(MASConstraintMaker *make))block;
@end
\ No newline at end of file
@end
... ...
... ... @@ -93,4 +93,4 @@
return closestCommonSuperview;
}
@end
\ No newline at end of file
@end
... ...