import Foundation
protocol Bio {
func getUserInformation() -> [String: Any]
}
class GitHub: Bio {
static var shared = GitHub()
func loadBio() {
let userInformations: [String: Any] = getUserInformation()
print(userInformations)
}
func getUserInformation() -> [String: Any] {
return [
"ππΌββοΈ": "[25/y] βοΈ",
"π": "Germany",
"π": "Developing iOS Apps/Tweaks and small Windows Tools"
]
}
}
GitHub.shared.loadBio()
Popular repositories Loading
-
MobileMeadow-Reborn
MobileMeadow-Reborn PublicTurn your phone into a meadow. Add flowers to your apps. Let birds fly on your screen.
-
-
-
-
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.