GDTSplashZoomOutView+GDTDraggable.h 310 B

1234567891011121314151617
  1. //
  2. // GDTSplashZoomOutView+GDTDraggable.h
  3. // GDTMobApp
  4. //
  5. // Created by nimomeng on 2020/11/18.
  6. // Copyright © 2020 Tencent. All rights reserved.
  7. //
  8. #import "GDTSplashZoomOutView.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface GDTSplashZoomOutView (GDTDraggable)
  11. - (void)supportDrag;
  12. @end
  13. NS_ASSUME_NONNULL_END