Inherits from DCTag : DCTagHead : NSObject
Declared in DCPlacementTag.h

Overview

Implementation of DCTag for placement.

Instance Methods

initWithGuid:name:contentsCount:

Create a new placement tag.

- (id)initWithGuid:(DCContentGUID *)guid name:(NSString *)name contentsCount:(int)contentsCount

Parameters

guid

Guid of this tag.

name

Name of this tag.

contentsCount

Contents count of this tag.

Return Value

Created instance.

Exceptions

NSInvalidArgumentException

One or more arguments are invalid.

Declared In

DCPlacementTag.h