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

18 lines
377 B
Objective-C

//
// DTTextAttachmentVideo.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 embedded video
*/
@interface DTVideoTextAttachment : DTTextAttachment <DTTextAttachmentHTMLPersistence>
@end