PLVFeedItemView
Objective-C
@interface PLVFeedItemView : UICollectionViewCell
@property (nonatomic, strong, readonly) UIView <PLVFeedItemCustomViewDelegate>*customContentView;
- (void)setCustomContentView:(UIView <PLVFeedItemCustomViewDelegate>*)customContentView;
@end
Swift
class PLVFeedItemView
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)setCustomContentView:(UIView <PLVFeedItemCustomViewDelegate>*)customContentView;
Swift
func setCustomContent(_ customContentView: Any!)