Skip to content

Commit

Permalink
Fix another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Calderolla committed May 17, 2021
1 parent 09c84c3 commit 406fe07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/App/FeedHelperProxy.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Foundation


protocol FeedHelperProxyDelegate: class {
protocol FeedHelperProxyDelegate: AnyObject {
func feedHelperConnectionWasInterrupted()
}

Expand Down

0 comments on commit 406fe07

Please sign in to comment.