mirror of
https://github.com/wu736139669/ManagerDemo.git
synced 2026-08-05 05:55:42 +00:00
18 lines
306 B
Objective-C
18 lines
306 B
Objective-C
//
|
|
// DTHTMLElementBR.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> that represents a line break.
|
|
*/
|
|
|
|
@interface DTBreakHTMLElement : DTHTMLElement
|
|
|
|
@end
|