PLVFeedItemView

Objective-C

@interface PLVFeedItemView : UICollectionViewCell

@property (nonatomic, strong, readonly) UIView <PLVFeedItemCustomViewDelegate>*customContentView;

- (void)setCustomContentView:(UIView <PLVFeedItemCustomViewDelegate>*)customContentView;

@end

Swift

class PLVFeedItemView

Undocumented