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