//// SingleScrollView.h// PhotoWallDemo//// Created by LZXuan on 14-8-18.// Copyright (c) 2014年 LZXuan. All rights reserved.//#import <UIKit/UIKit.h>@interfaceSingleScrollView:UIScrollView//-(SingleScrollView*)initWithFrame:(CGRect)frameimage:(NSString*)image;//给自定义滚动时候增加双击和单击事件-(void)addSingleClickTarget:(id)targetaction:(SEL)action;@end