Inherits from NSObject
Declared in SESContent.h

Overview

Content

Tasks

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   data

    The textual data of the content.

    property
  •   charset

    The character set of the content.

    property
  • – description

    Returns a string representation of this object; useful for testing and debugging.

Properties

charset

The character set of the content.

@property (nonatomic, retain) NSString *charset

Discussion

The character set of the content.

Declared In

SESContent.h

data

The textual data of the content.

@property (nonatomic, retain) NSString *data

Discussion

The textual data of the content.

Declared In

SESContent.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

SESContent.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

SESContent.h