Skip to content

Instantly share code, notes, and snippets.

View Canis-UK's full-sized avatar

Canis Lupus Canis-UK

View GitHub Profile
@Canis-UK
Canis-UK / gist:2409f367bbef978b43c3
Created July 10, 2015 20:26
Reproducing an issue with FastCoding and Swift 2.0
import UIKit
class TestObject: NSObject, NSCoding
{
var myData1: Int
var myData2: Int
init(a: Int, b: Int)
{
myData1 = a