The following line of code in **PullToRefreshConst.swift** file is causing compile time error when Swift 4.1 is being used as per Build Settings: `self.refreshCompletion?()` > Missing argument for parameter #1 in call > Insert '<#Void#>'
The following line of code in PullToRefreshConst.swift file is causing compile time error when Swift 4.1 is being used as per Build Settings:
self.refreshCompletion?()