mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-05 05:55:42 +00:00
18 lines
371 B
Objective-C
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
|