@import Foundation; @protocol BaseProto @end @protocol SubProto @end @interface NonGenericType: NSObject @end @interface GenericType: NSObject @end