Skip to content
View Baza207's full-sized avatar

Organizations

@husqvarnagroup
Block or Report

Block or report Baza207

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
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

  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