Home | History | Annotate | Download | only in SemaObjC

Lines Matching full:interface

4 @interface NSObject @end
13 @interface TopClass : NSObject <TopProtocol> {}
16 @interface SubClass : TopClass <SubProtocol> {}
19 @interface SubClass1 : TopClass {}
30 @interface SubClass2 : TopClass<TopProtocol>
35 @interface SubClass3 : TopClass<SubProtocol> @end
38 @interface SubClass4 : SubClass3 @end
45 @interface SubClass5 : SubClass4 <NewProtocol> @end
53 @interface Super <SuperProtocol>
60 @interface INTF : Super <ProtocolWithProperty>