@import Foundation; typedef NSObject *MyJSONKeyPath __attribute__((swift_wrapper(struct))); @protocol MyJSONSerializing @property (copy, readonly, nullable) NSDictionary *JSONKeyPathsByPropertyKey NS_SWIFT_NAME(JSONKeyPathsByPropertyKey); @end @interface MyJSONAdapter : NSObject - (nonnull instancetype)init; - (nonnull __kindof id)model NS_REFINED_FOR_SWIFT; @end