// // Created by pengfei.zhou on 2020/2/13. // #import #import "DoricScrollableProtocol.h" @protocol DoricScrollableProtocol @property(nonatomic, strong, nullable) void (^didScrollListener)(UIScrollView *__nonnull scrollView); @end