Skip to content

Instantly share code, notes, and snippets.

@fjolnir
fjolnir / NSObject+BlockObservation.h
Last active August 29, 2015 14:19 — forked from andymatuschak/NSObject+BlockObservation.h
Made the thing build under ARC
//
// NSObject+BlockObservation.h
// Version 1.0
//
// Andy Matuschak
// andy@andymatuschak.org
// Public domain because I love you. Let me know how you use it.
//
@import Foundation;