Post.h 189 B

12345678910
  1. #import "VotableElement.h"
  2. @interface Post : VotableElement
  3. + (instancetype)postSkeletonFromRedditUrl:(NSString *)url;
  4. @property (nonatomic, retain) NSString *contextCommentIdent;
  5. @end