UIScrollView+Extension.h 254 Bytes
//
//  UIScrollView+Extension.h
//  YX_BaseProject
//
//  Created by yiyangkeji on 2018/4/13.
//  Copyright © 2018年 com.yxvzb. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface UIScrollView (Extension)
- (void)neverAdjustScrollInsets;
@end