Example of how to create a new CF class.
See EXUInt32.c for the implementation details of this simple CF type.
#ifndef __EXUINT32_H__
#define __EXUINT32_H__ 1
#include <CoreFoundation/CFBase.h>
typedef const struct __EXUInt32 *UInt32Ref;
CFTypeID EXUInt32GetTypeID (void);
UInt32 EXUInt32GetValue (EXUInt32Ref u);
#endif
const struct __CFAllocator * CFAllocatorRef
A reference to a CFAllocator object.
Definition CFBase.h:301