2 #include <Foundation/Foundation.h>
4 int some_global_to_stop_libtool_warning = 5;
6 @interface NSObject (stuff)
10 @implementation NSObject (stuff)
11 - (void) mycatmethod1 { }
14 @interface NSObject (other)
15 - (void) mycatmethod2;
18 @implementation NSObject (other)
19 - (void) mycatmethod2 { }