#ifndef IMPORTED_PROTOCOLS_H #define IMPORTED_PROTOCOLS_H @import Foundation; @protocol ImportedProtocolBase; @protocol ImportedProtocolBase @end typedef NSObject * ImportedProtocolBase_t; @protocol IPSub; @protocol IPSub @end typedef NSObject * IPSub_t; typedef NSObject * Dummy; void takesIPSub(IPSub_t in); #endif // IMPORTED_PROTOCOLS_H