#import "OFForumThread.h"
Go to the source code of this file.
Classes | |
class | OFAnnouncement |
protocol | <OFAnnouncementDelegate> |
Enumerations | |
enum | EAnnouncementSortType { EAnnouncementSortType_CREATION_DATE = 0, EAnnouncementSortType_UPDATE_DATE, EAnnouncementSortType_COUNT } |
Describes a way to sort announcements.
EAnnouncemenTSortType_CREATION_DATE Sort by the date the announcement is created EAnnouncementSortType_UPDATE_DATE Sort by the time the announcement was last posted to (or created if no posts).