1#ifndef PyObjC_SUPER_H
2#define PyObjC_SUPER_H
3
4extern PyTypeObject PyObjCSuper_Type;
5
6#endif /* PyObjC_SUPER_H */
7