]> git.saurik.com Git - apple/objc4.git/blob - test/customrr-cat1.m
objc4-818.2.tar.gz
[apple/objc4.git] / test / customrr-cat1.m
1 @interface InheritingSubCat @end
2
3 @interface InheritingSubCat (NonClobberingCategory) @end
4
5 @implementation InheritingSubCat (NonClobberingCategory)
6 -(id) unrelatedMethod { return self; }
7 @end