class Me: Developer, iOS {
var name = "Haoyu Zhang"
var username = "uuidev"
var technologies = [.Xcode, .Swift, .UIKit, .SwiftUI]
var platforms = [.iOS, iPadOS, .macOS, .Multiplatform]
func code() -> UsefulThings {
UsefulThings(
"I am always happy to create something beautiful and useful!"
)
}
func drinkCoffee() {
print("My favourite coffee is banana raf")
}
func sleep() {
try await Task.sleep(28800)
}
}
protocol Developer {
var technologies: [Technology] { get set }
}
protocol iOS {
var platforms: [Platform] { get set }
}
Popular repositories Loading
-
EmojiPicker
EmojiPicker PublicForked from htmlprogrammist/EmojiPicker
Emoji picker for iOS like on macOS
Swift 1
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.