session-ios/Signal/src/view controllers/NextResponderScrollView.h
2014-05-06 19:41:08 +02:00

13 lines
274 B
Objective-C

#import <UIKit/UIKit.h>
/**
*
* This scroll view is used in inbox feed table cell to pass touches through to the next responder-
* because the scroll view touches override the table cell touches otherwise.
*
*/
@interface NextResponderScrollView : UIScrollView
@end