Skip to content

Instantly share code, notes, and snippets.

View heardrwt's full-sized avatar

R i c h a r d . H e a r d heardrwt

View GitHub Profile
@heardrwt
heardrwt / RHARCSupport.h
Last active October 11, 2015 05:17
ARC Compatibility Macros
This has moved. See https://github.com/heardrwt/RHAdditions/blob/master/RHAdditions/RHARCSupport.h
@novi
novi / CoreFoundationOwnClassTest.c
Created October 28, 2010 08:39
Create your own CFType Class
// Created by Yusuke Ito, @novi_
#include <CoreFoundation/CoreFoundation.h>
#define UseCFHeader 0
#if UseCFHeader
#include "CFRuntime.h"
#else