@class NSString, ICTextBackgroundView, NoteHTMLEditorView, NSLayoutConstraint, UILabel, NSDate; @protocol NoteContentLayerAttachmentPresentationDelegate, NoteContentLayerDelegate; @interface NoteContentLayer : UIView @property (retain, nonatomic) ICTextBackgroundView *backgroundView; @property (retain, nonatomic) NSLayoutConstraint *backgroundHeightConstraint; @property (retain, nonatomic) NoteHTMLEditorView *noteHTMLEditorView; @property (retain, nonatomic) UILabel *dateLabel; @property (nonatomic) BOOL updatedTitleRange; @property (weak, nonatomic) id delegate; @property (weak, nonatomic) id attachmentPresentationDelegate; @property (nonatomic, getter=isEditable) BOOL editable; @property (readonly, nonatomic) NSString *title; @property (copy, nonatomic) NSDate *timestampDate; @property (readonly, nonatomic) BOOL contentContainsValuableContent; @property (nonatomic) struct CGPoint { double x0; double x1; } contentOffset; @property (nonatomic) BOOL tracksMaximumContentLength; @property (nonatomic) BOOL allowsAttachments; @property (readonly, nonatomic, getter=isForPreview) BOOL forPreview; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)scrollToTopAnimated:(BOOL)a0; - (void)scrollSelectionToVisible:(BOOL)a0; - (void)dealloc; - (void)traitCollectionDidChange:(id)a0; - (BOOL)isFirstResponder; - (BOOL)resignFirstResponder; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setScrollIndicatorInsets:(struct UIEdgeInsets { double x0; double x1; double x2; double x3; })a0; - (id)keyCommands; - (void)updateContentInsets; - (void)observeValueForKeyPath:(id)a0 ofObject:(id)a1 change:(id)a2 context:(void *)a3; - (BOOL)canBecomeFirstResponder; - (void).cxx_destruct; - (void)createLayout; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (BOOL)becomeFirstResponder; - (BOOL)canResignFirstResponder; - (void)flashScrollIndicators; - (void)setSelectionToStart; - (BOOL)textView:(id)a0 shouldChangeTextInRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a1 replacementText:(id)a2; - (id)webArchive; - (id)viewPrintFormatter; - (void)processAttachmentItemProviders:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })rectForDOMNode:(id)a0; - (BOOL)allowsAttachmentsInNoteHTMLEditorView:(id)a0; - (BOOL)canInsertImagesInNoteHTMLEditorView:(id)a0; - (void)chosenUTI:(id *)a0 andChosenMIMEType:(id *)a1 forItemProvider:(id)a2; - (id)contentAsPlainText:(BOOL)a0; - (void)copyNoteHTMLToPasteboard; - (void)getRectForSelectionWithCompletion:(id /* block */)a0; - (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0 forPreview:(BOOL)a1; - (void)insertImageInNoteHTMLEditorView:(id)a0; - (BOOL)isNoteHTMLEditorViewVisible:(id)a0; - (BOOL)isNoteManagedForNoteHTMLEditorView:(id)a0; - (BOOL)noteHTMLEditorView:(id)a0 acceptContentsFromPasteboard:(id)a1; - (void)noteHTMLEditorView:(id)a0 addAttachmentItemProviders:(id)a1; - (id)noteHTMLEditorView:(id)a0 attachmentPresentationForContentID:(id)a1; - (BOOL)noteHTMLEditorView:(id)a0 canAddAttachmentItemProviders:(id)a1; - (id)noteHTMLEditorView:(id)a0 createAttachmentPresentationWithFileWrapper:(id)a1 mimeType:(id)a2; - (void)noteHTMLEditorView:(id)a0 didAddAttachmentForMimeType:(id)a1 filename:(id)a2 data:(id)a3; - (void)noteHTMLEditorView:(id)a0 didInvokeFormattingCalloutOption:(long long)a1; - (void)noteHTMLEditorView:(id)a0 didInvokeStyleFormattingOption:(long long)a1; - (id)noteHTMLEditorView:(id)a0 fileURLForAttachmentWithContentID:(id)a1; - (void)noteHTMLEditorView:(id)a0 openURL:(id)a1; - (void)noteHTMLEditorView:(id)a0 showShareSheetForAttachment:(id)a1 atPoint:(struct CGPoint { double x0; double x1; })a2; - (id)noteHTMLEditorView:(id)a0 updateAttachments:(id)a1; - (void)noteHTMLEditorViewDidBeginEditing:(id)a0; - (void)noteHTMLEditorViewDidChange:(id)a0; - (void)noteHTMLEditorViewDidEndEditing:(id)a0; - (void)noteHTMLEditorViewNeedsContentReload:(id)a0; - (BOOL)noteHTMLEditorViewShouldBeginEditing:(id)a0 isUserInitiated:(BOOL)a1; - (BOOL)noteHTMLEditorViewShouldPaste:(id)a0; - (void)noteHTMLEditorViewWillChange:(id)a0; - (BOOL)processMapAttachmentItemProvider:(id)a0; - (id)readerDelegateInNoteHTMLEditorView:(id)a0; - (void)replaceSelectionWithAttachmentPresentation:(id)a0; - (void)setContent:(id)a0 isPlainText:(BOOL)a1 attachments:(id)a2; - (BOOL)shouldRenderAsAttachment:(id)a0; - (void)updateObscuredInsets; @end