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