Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Created October 1, 2021 05:48
Show Gist options
  • Save AppleCEO/842690a7519874be2ffffe3e1835a2d5 to your computer and use it in GitHub Desktop.
Save AppleCEO/842690a7519874be2ffffe3e1835a2d5 to your computer and use it in GitHub Desktop.
class SmartPhone {
let inch: Double
func call(to: String) {
print("calling to \(to)")
}
func showYoutube() {
print("Watching Youtube")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment