#import <OFForumPost.h>
Properties | |
OFUser * | author |
NSString * | body |
NSDate * | date |
NSString * | discussionId |
BOOL | isDiscussionConversation |
The public interface to OFForumPost allows you to see replies to developer annoucements
- (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] |