@protocol UIContextMenuInteractionDelegate; @interface UITextLinkInteraction : UITextItemInteractionInteraction @property (readonly, weak, nonatomic) id contextMenuDelegateProxy; + (id)interactionWithShouldProxyContextMenuDelegate:(BOOL)a0; @end