//
//  LFScrollView.h
//  LFImagePickerController
//
//  Created by LamTsanFeng on 2017/3/13.
//  Copyright © 2017年 LamTsanFeng. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface LFScrollView : UIScrollView

- (void)scrollViewEnabled:(BOOL)enabled;

@end
