@import Foundation; @interface OBJCGeneric : NSObject @end @interface OBJCGenericSubclass: OBJCGeneric @end @interface OBJCNongenericSubclass: OBJCGenericSubclass @end @protocol OBJCProtocol1 @end @protocol OBJCProtocol2 @end @protocol OBJCProtocol3 @end