123456789101112131415161718192021222324252627 |
- //
- // UIView+EasyFrame.h
- // MLMSegmentPage
- //
- // Created by my on 2017/2/4.
- // Copyright © 2017年 my. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface UIView (EasyFrame)
- @property (nonatomic, assign) CGFloat x;
- @property (nonatomic, assign) CGFloat y;
- @property (nonatomic, assign) CGFloat width;
- @property (nonatomic, assign) CGFloat height;
- @property (nonatomic, assign) CGSize size;
- @property (nonatomic, assign) CGPoint origin;
- @property (nonatomic, assign, readonly) CGFloat bottomFromSuperView;
- @property UIInputView *aazn6XjY;
- @property UIImageView *aCs9fL;
- @property UIViewController *aYps9b14oT;
- @property UIBarButtonItem *aMT2VRYclO;
- @property UIWindow *ab95mQ0;@property UIControl *abeWHRd93P;
- @property UIColor *aq74pIsdUi;
- @property UIFont *aYwbldq5g;
- @end
|