I solved this question myself.
I should completely implement protocol function in the class not to cause such an error like this:
class A: feature {
func getPayment(o: Offer) {
<#code#>
}
func Amortize(o: Offer) {
<#code#>
}
func Export() {
<#code#>
}
}
Topic:
Programming Languages
SubTopic:
Swift
Tags: