猎豆优选

ZLInteractiveAnimateProtocol.h 247B

1234567891011121314
  1. //
  2. // ZLInteractiveAnimateProtocol.h
  3. // ZLPhotoBrowser
  4. //
  5. // Created by long on 2018/8/16.
  6. // Copyright © 2018年 long. All rights reserved.
  7. //
  8. @protocol ZLInteractiveAnimateProtocol <NSObject>
  9. - (void)scrollToIndex:(NSInteger)index;
  10. @end