Skip to content

Commit

Permalink
Appended the 'class' keyword to line 11 (chronotruck#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsamaria authored and Aurélien committed May 31, 2019
1 parent dfc0dd6 commit 7d1dd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/FPNDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

import Foundation

internal protocol FPNDelegate {
internal protocol FPNDelegate: class {
func fpnDidSelect(country: FPNCountry)
}

0 comments on commit 7d1dd91

Please sign in to comment.