Pratik
Codetimeline

Codetimeline

Follow

Protocols in Swift

Nov 27, 20225 min read

What is Protocol? In simple terms a protocol is an interface which defines properties and methods. So any type that conforms to the protocol should...

Protocols in Swift