Skip to content
View Baza207's full-sized avatar

Organizations

@husqvarnagroup
Block or Report

Block or report Baza207

Report abuse

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

Report abuse
Baza207/README.md
import Foundation

struct Developer {
    let name: String
    let dateOfBirth: Date
    let liveApps: [App]
}

struct App {
    let name: String
    let link: String
}

let me = Developer(
    name: "James Barrow",
    dateOfBirth: Date(timeIntervalSince1970: 589075200),
    liveApps: [
        App(name: "Dog Bins", link: "https://apps.apple.com/app/apple-store/id538357667")
    ]
)

Pinned Loading

  1. FrostlightSolutions/FrostKit FrostlightSolutions/FrostKit Public

    A compilation of useful functions and methods to use as a base in projects.

    Swift 5 1

  2. CloudKitPy CloudKitPy Public

    A python wrapper around CloudKit Web Services for server-to-server connections.

    Python 12 3

  3. NetatmoSwiftSDK NetatmoSwiftSDK Public

    NetatmoSwiftSDK is a Swift wrapper around the Netatmo API.

    Swift 4 3

  4. TrefleSwiftSDK TrefleSwiftSDK Public archive

    TrefleSwiftSDK is a Swift wrapper around the Trefle API.

    Swift 4