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