@class UITextInputTraits, MFComposeRecipient; @protocol MFComposeRecipientAtomDelegate; @interface MFModernComposeRecipientAtom : MFModernAtomView { MFComposeRecipient *_recipient; UITextInputTraits *_traits; unsigned char _wasSelectedWhenTouchesBegan : 1; unsigned char _touchesWereCancelled : 1; } @property (readonly, nonatomic) MFComposeRecipient *recipient; @property (weak, nonatomic) id<MFComposeRecipientAtomDelegate> delegate; - (void)touchesCancelled:(id)a0 withEvent:(id)a1; - (id)keyCommands; - (void)touchesBegan:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (void)touchesEnded:(id)a0 withEvent:(id)a1; - (void)touchesMoved:(id)a0 withEvent:(id)a1; - (void)moveLeft:(id)a0; - (void)moveRight:(id)a0; - (void)handleTouchAndHold; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 recipient:(id)a1; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 recipient:(id)a1 presentationOptions:(unsigned long long)a2; @end