14 lines
227 B
Objective-C
14 lines
227 B
Objective-C
//
|
|
// MASLayoutConstraint.m
|
|
// Masonry
|
|
//
|
|
// Created by Jonas Budelmann on 3/08/13.
|
|
// Copyright (c) 2013 Jonas Budelmann. All rights reserved.
|
|
//
|
|
|
|
#import "MASLayoutConstraint.h"
|
|
|
|
@implementation MASLayoutConstraint
|
|
|
|
@end
|