Skip to content

Instantly share code, notes, and snippets.

View tomasharkema's full-sized avatar

Tomas Harkema tomasharkema

View GitHub Profile
import Contacts
import UIKit
// MARK: - Personal data
let name = "Tomas Harkema"
var address = CNMutablePostalAddress()
address.street = "Ebbehout 29 A05"
address.postalCode = "1507EA"
@tomasharkema
tomasharkema / dabblet.css
Created September 8, 2014 14:41 — forked from anonymous/dabblet.css
Oefening 2.2a - Formulier
/**
* Oefening 2.2a - Formulier
*/