Skip to content
View pkgFiles's full-sized avatar

Block or report pkgFiles

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pkgFiles/README.md

Typing SVG Typing SVG

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

  1. MobileMeadow-Reborn MobileMeadow-Reborn Public

    Turn your phone into a meadow. Add flowers to your apps. Let birds fly on your screen.

    Swift 12 1

  2. RoundedNotifi RoundedNotifi Public

    Give your Notification Center awesome, rounded Corners!

    Swift 3

  3. CanvasSync CanvasSync Public

    Display artwork or Spotify Canvas as wallpaper.

    Swift 3

  4. pkgfiles.github.io pkgfiles.github.io Public

    repo

    JavaScript 2

  5. Pokebox-Reborn Pokebox-Reborn Public

    PokΓ©mon style notifications!

    Swift 2

  6. ReSpring ReSpring Public

    ReSpring your way. Anytime, Everywhere.

    Swift 2