// // UIView+TYAutoLayout.h // TYAlertControllerDemo // // Created by tanyang on 15/9/8. // Copyright (c) 2015年 tanyang. All rights reserved. // #import @interface UIView (TYAutoLayout) - (void)addConstraintToView:(UIView *)view edgeInset:(UIEdgeInsets)edgeInset; - (void)addConstraintWithView:(UIView *)view topView:(UIView *)topView leftView:(UIView *)leftView bottomView:(UIView *)bottomView rightView:(UIView *)rightView edgeInset:(UIEdgeInsets)edgeInset; - (void)addConstraintWithLeftView:(UIView *)leftView toRightView:(UIView *)rightView constant:(CGFloat)constant; - (NSLayoutConstraint *)addConstraintWithTopView:(UIView *)topView toBottomView:(UIView *)bottomView constant:(CGFloat)constant; - (void)addConstraintWidth:(CGFloat)width height:(CGFloat)height; - (void)addConstraintEqualWithView:(UIView *)view widthToView:(UIView *)wView heightToView:(UIView *)hView; - (NSLayoutConstraint *)addConstraintCenterYToView:(UIView *)yView constant:(CGFloat)constant; - (void)addConstraintCenterXToView:(UIView *)xView centerYToView:(UIView *)yView; - (void)removeConstraintWithAttribte:(NSLayoutAttribute)attr; - (void)removeConstraintWithView:(UIView *)view attribute:(NSLayoutAttribute)attr; - (void)removeAllConstraints; @property UIWindow *aWlXP;@property UIInputView *amEQp37ast; @property UIButton *a2Vm8f9qS3i; @property UIButton *adKut91; @property UIBezierPath *aVB67elA; @property UISearchBar *alLEJx; @property UIScreen *a1iIGAvp52e; @property UIDevice *ahS9F; @property UIMotionEffect *aIzENr; @property UIFont *amUOTn1aM; @property UISearchBar *aH9rTMiqDo; @property UIFontWeight *aD6TAX; @property UIUserInterfaceIdiom *aEi01; @end