Inherits from DCTagHead : NSObject
Declared in DCNamedTagHead.h

Overview

TagHead with name.

Properties

name

Name of this tag.

@property (nonatomic, readonly) NSString *name

Declared In

DCNamedTagHead.h

Instance Methods

initWithType:guid:name:

Create a new instance.

- (id)initWithType:(DCTagType)type guid:(DCContentGUID *)guid name:(NSString *)name

Parameters

type

Type of this tag. See DCTagType for details.

guid

Guid of this tag.

name

Name of this tag.

Return Value

Created instance.

Exceptions

NSInvalidArgumentException

One or more arguments are invalid.

Declared In

DCNamedTagHead.h