Skip to content

Instantly share code, notes, and snippets.

View Azat92's full-sized avatar

Azat Almeev Azat92

View GitHub Profile
@Azat92
Azat92 / Swift_EXC_BAD_ACCESS.playground
Created July 16, 2017 22:24
Mysterious EXC_BAD_ACCESS in Swift playground
//: Playground - noun: a place where people can play
import UIKit
protocol Base {
static var key: String { get }
}
protocol BaseChild: Base {