Files
ManagerDemo/Pods/DTCoreText/Core/Source/DTTextAttachmentHTMLElement.h
T
2014-08-08 13:27:54 +08:00

18 lines
353 B
Objective-C

//
// DTHTMLElementAttachment.h
// DTCoreText
//
// Created by Oliver Drobnik on 26.12.12.
// Copyright (c) 2012 Drobnik.com. All rights reserved.
//
#import "DTHTMLElement.h"
/**
Specialized subclass of <DTHTMLElement> for dealing with <DTTextAttachment> instances, e.g. images.
*/
@interface DTTextAttachmentHTMLElement : DTHTMLElement
@end