Properties

OFForumPost Class Reference

#import <OFForumPost.h>

List of all members.

Properties

OFUserauthor
NSString * body
NSDate * date
NSString * discussionId
BOOL isDiscussionConversation

Detailed Description

The public interface to OFForumPost allows you to see replies to developer annoucements


Property Documentation

- (OFUser *) author [read, assign]

The OFUser which is the author of this reply

- (NSString *) body [read, assign]

The body text of the reply

- (NSDate *) date [read, assign]

The date the reply was made

- (NSString *) discussionId [read, write, retain]
- (BOOL) isDiscussionConversation [read, assign]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations Enumerator Properties