Quick actions

cmd+k|ctrl+k

Navigation

Languages

OCP Implementation

Snippet info

Language

Swift

Visibility

public

Author

alfian

Created

2020-06-03T06:54:17Z

Updated

2020-06-03T06:55:15Z

protocol Shipping {
    func calculate(product: Product) -> Int
}
INFO