@class NSString, UIViewController, CNContact; @interface CNContactCreateNewContactAction : CNContactAction @property (retain, nonatomic) CNContact *createdContact; @property (weak, nonatomic) UIViewController *presentingViewController; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (void)contactViewController:(id)a0 didCompleteWithContact:(id)a1; - (void)performActionWithSender:(id)a0; @end