// // NestedDelegate.h // VQU // // Created by Elaine on 2020/6/10. // Copyright © 2020 leo. All rights reserved. // #import @protocol NestedDelegate -(UIScrollView *)youpaifgetNestedScrollView; @end