luxlabs header browser preview


@class NSString;

@interface ENHTMLNoteContent : ENNoteContent

@property (copy, nonatomic) NSString *html;

- (void).cxx_destruct;
- (id)initWithHTML:(id)a0;
- (id)enmlWithNote:(id)a0;

@end