// // UIView+Additions.h // FlushD // // Created by Ronny Fenrich on 2012-08-30. // // #import @interface UIView (Additions) @property (nonatomic, assign) CGPoint $origin; @property (nonatomic, assign) CGSize $size; @property (nonatomic, assign) CGFloat $x, $y, $width, $height; // normal rect properties @property (nonatomic, assign) CGFloat $left, $top, $right, $bottom; // these will stretch/shrink the rect @end