Skip to content

Instantly share code, notes, and snippets.

View Goos's full-sized avatar

Robin Goos Goos

  • Envoy
  • On the road
View GitHub Profile
@Goos
Goos / NSObject+EventEmitter.h
Last active December 16, 2015 01:49
Javascript-style events in cocoa
//
// NSObject+EventEmitter.h
// Sandbox
//
// Created by Robin Goos on 4/10/13.
// Copyright (c) 2013 Goos. All rights reserved.
//
#import <Foundation/Foundation.h>