iOS:add ScrollViewDelegate for scroller,list and flowlayout
This commit is contained in:
9
doric-iOS/Pod/Classes/DoricScrollViewDelegate.h
Normal file
9
doric-iOS/Pod/Classes/DoricScrollViewDelegate.h
Normal file
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Created by pengfei.zhou on 2020/2/13.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@protocol DoricScrollViewDelegate <NSObject>
|
||||
- (void)scrollViewDidScroll:(UIScrollView *)scrollView;
|
||||
@end
|
||||
Reference in New Issue
Block a user