NestedDelegate.h 246 B

123456789101112131415
  1. //
  2. // NestedDelegate.h
  3. // VQU
  4. //
  5. // Created by Elaine on 2020/6/10.
  6. // Copyright © 2020 leo. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @protocol NestedDelegate <NSObject>
  10. -(UIScrollView *)youpaifgetNestedScrollView;
  11. @end