1 /* Contributed by Nicola Pero - Fri Dec 14 08:36:00 GMT 2001 */
3 #include <objc/Object.h>
5 /* Test loading unclaimed categories - categories of a class defined
6 separately from the class itself. */
8 #include "unclaimed-category-1.h"
10 @implementation TestClass (A)
17 @implementation TestClass (B)
24 @implementation TestClass (C)