Skip to content

Instantly share code, notes, and snippets.

View baarde's full-sized avatar

Nicolas Bachschmidt baarde

View GitHub Profile
@baarde
baarde / fp-obj-c.m
Created February 9, 2015 14:47 — forked from n-b/fp-obj-c.m
//#!/usr/bin/env objc-run
#import <Foundation/Foundation.h>
#import <objc/runtime.h>
#import <objc/message.h>
///
/// Typedefs
typedef id (^TargetMethod)(id arg);