initial
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
// 代码地址: https://github.com/CoderMJLee/MJRefresh
|
||||
// UIView+Extension.h
|
||||
// MJRefresh
|
||||
//
|
||||
// Created by MJ Lee on 14-5-28.
|
||||
// Copyright (c) 2014年 小码哥. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UIView (MJExtension)
|
||||
@property (assign, nonatomic) CGFloat mj_x;
|
||||
@property (assign, nonatomic) CGFloat mj_y;
|
||||
@property (assign, nonatomic) CGFloat mj_w;
|
||||
@property (assign, nonatomic) CGFloat mj_h;
|
||||
@property (assign, nonatomic) CGSize mj_size;
|
||||
@property (assign, nonatomic) CGPoint mj_origin;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user