- //
- // NSLayoutConstraint+Additions.h
- // OneCable
- //
- // Created by Jason Lee on 1/5/16.
- // Copyright © 2016 ntels. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface NSLayoutConstraint (Additions)
- - (NSLayoutConstraint *)setMutltiplier:(CGFloat)multiplier;
- @end
|