// This file is meant to be used with the mock SDK, not the real one. #import #define SWIFT_NAME(x) __attribute__((swift_name(#x))) @protocol Proto @end @interface ProtoImpl : NSObject @end @interface Parent : NSObject @end @interface Unconstrained : NSObject @end @interface NeedsProto> : NSObject @end @interface NeedsParent : NSObject @end