Inherits from NSObject
Conforms to DCDTO
Declared in DCContentGUID.h

Overview

Guid of a content.

Properties

stringValue

String representation of guid.

@property (nonatomic, readonly) NSString *stringValue

Declared In

DCContentGUID.h

Instance Methods

initWithGUID:

Create a new guid of a content.

- (id)initWithGUID:(NSString *)string

Parameters

string

String representation of guid which are retrieved by string property.

Declared In

DCContentGUID.h