initial
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
// 代码地址: https://github.com/CoderMJLee/MJRefresh
|
||||
// UIScrollView+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 UIScrollView (MJExtension)
|
||||
@property (readonly, nonatomic) UIEdgeInsets mj_inset;
|
||||
|
||||
@property (assign, nonatomic) CGFloat mj_insetT;
|
||||
@property (assign, nonatomic) CGFloat mj_insetB;
|
||||
@property (assign, nonatomic) CGFloat mj_insetL;
|
||||
@property (assign, nonatomic) CGFloat mj_insetR;
|
||||
|
||||
@property (assign, nonatomic) CGFloat mj_offsetX;
|
||||
@property (assign, nonatomic) CGFloat mj_offsetY;
|
||||
|
||||
@property (assign, nonatomic) CGFloat mj_contentW;
|
||||
@property (assign, nonatomic) CGFloat mj_contentH;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
Reference in New Issue
Block a user