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