// // AJScrollView.m // AJPushDemo // // Created by 李家斌 on 2021/3/19. // #import "AJScrollView.h" @implementation AJScrollView - (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { [[self nextResponder] touchesBegan:touches withEvent:event]; } @end