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")
]
)
Brit permanently located in Sweden. π¬π§ πΈπͺ Self proclaimed geek, programmer and gamer. π€
-
Pig on a Hill
- Sweden
- pigonahill.com
- @baza207
- @[email protected]
Pinned Loading
-
FrostlightSolutions/FrostKit
FrostlightSolutions/FrostKit PublicA compilation of useful functions and methods to use as a base in projects.
-
CloudKitPy
CloudKitPy PublicA python wrapper around CloudKit Web Services for server-to-server connections.
-
NetatmoSwiftSDK
NetatmoSwiftSDK PublicNetatmoSwiftSDK is a Swift wrapper around the Netatmo API.
-
TrefleSwiftSDK
TrefleSwiftSDK Public archiveTrefleSwiftSDK is a Swift wrapper around the Trefle API.
Swift 4
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.