NSLayoutConstraint+Additions.h 278 B

12345678910111213141516
  1. //
  2. // NSLayoutConstraint+Additions.h
  3. // OneCable
  4. //
  5. // Created by Jason Lee on 1/5/16.
  6. // Copyright © 2016 ntels. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NSLayoutConstraint (Additions)
  10. - (NSLayoutConstraint *)setMutltiplier:(CGFloat)multiplier;
  11. @end