diff --git a/Core/Source/DTTextAttachment.h b/Core/Source/DTTextAttachment.h index 47d172af3..fb4520d1b 100644 --- a/Core/Source/DTTextAttachment.h +++ b/Core/Source/DTTextAttachment.h @@ -75,7 +75,7 @@ typedef NS_ENUM(NSUInteger, DTTextAttachmentVerticalAlignment) /** An object to represent an attachment in an HTML/rich text view. */ -@interface DTTextAttachment : NSObject +@interface DTTextAttachment : NSTextAttachment { CGSize _displaySize; // the display dimensions of the attachment CGSize _originalSize; // the original dimensions of the attachment