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