iosWebViewFix/ios/Classes/PullToRefresh/PullToRefreshDelegate.swift

14 lines
236 B
Swift

//
// PullToRefreshDelegate.swift
// flutter_inappwebview
//
// Created by Lorenzo Pichilli on 04/03/21.
//
import Foundation
public protocol PullToRefreshDelegate {
func enablePullToRefresh()
func disablePullToRefresh()
}