luxlabs header browser preview


@class UIImageView, UIImage;

@interface PKImageViewCell : UITableViewCell

@property (readonly, nonatomic) UIImageView *imageView;
@property (retain, nonatomic) UIImage *image;
@property (nonatomic) long long imageViewContentMode;
@property (nonatomic) BOOL matchCellBackgroundToImage;

- (void)setContentMode:(long long)a0;
- (id)initWithReuseIdentifier:(id)a0;
- (void)layoutSubviews;

@end