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

18 lines
371 B
Objective-C

//
// DTTextAttachmentIframe.h
// DTCoreText
//
// Created by Oliver Drobnik on 22.04.13.
// Copyright (c) 2013 Drobnik.com. All rights reserved.
//
#import "DTTextAttachment.h"
/**
A specialized subclass in the DTTextAttachment class cluster to represent an IFRAME
*/
@interface DTIframeTextAttachment : DTTextAttachment <DTTextAttachmentHTMLPersistence>
@end