UIScrollView+Content.h 270 Bytes
Newer Older
mei's avatar
mei committed
1
//
mei's avatar
mei committed
2 3
//  UIScrollView+Content.h
//  XFFruit
mei's avatar
mei committed
4
//
mei's avatar
mei committed
5
//  Created by Xummer on 15/6/8.
mei's avatar
mei committed
6 7 8 9 10
//  Copyright (c) 2015年 Xummer. All rights reserved.
//

#import <UIKit/UIKit.h>

mei's avatar
mei committed
11
@interface UIScrollView (Content)
mei's avatar
mei committed
12 13 14 15

- (void)setContentInsetTop:(CGFloat)top andBottom:(CGFloat)bottom;

@end