1#ifndef PyObjC_COREFOUNDATION_H
2#define PyObjC_COREFOUNDATION_H
3
4extern PyObject* PyObjC_NSCFTypeClass;
5
6extern int PyObjCCFType_Setup(void);
7extern PyObject* PyObjCCFType_New(char* name, char* encoding, CFTypeID typeID);
8extern PyObject* PyObjCCF_NewSpecial(char* encoding, void* datum);
9extern PyObject* PyObjCCF_NewSpecial2(CFTypeID typeid, void* datum);
10
11
12#endif PyObjC_COREFOUNDATION_H
13