Pratik
Codetimeline

Codetimeline

Follow
Follow
homebadgesnewsletter
Tag

protocols

#protocols

More content

Read more stories on Hashnode


Articles with this tag

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