@class SKUIGiftItemView, UILabel, UIImageView, UIImage, SKUIGift, SKUIGiftTheme, SKUIGiftConfiguration; @interface SKUIGiftThemeCollectionViewCell : UICollectionViewCell { UIImageView *_headerImageView; SKUIGiftItemView *_itemView; UILabel *_messageLabel; UILabel *_priceLabel; UILabel *_senderNameLabel; UILabel *_senderNameLabelLabel; } @property (retain, nonatomic) SKUIGiftConfiguration *giftConfiguration; @property (retain, nonatomic) SKUIGift *gift; @property (retain, nonatomic) SKUIGiftTheme *theme; @property (retain, nonatomic) UIImage *itemImage; - (void)setBackgroundColor:(id)a0; - (void)_setPrice:(id)a0; - (void).cxx_destruct; - (void)layoutSubviews; - (id)_itemView; - (void)_setMessage:(id)a0; - (void)_setSenderName:(id)a0; - (void)_reloadItemView; - (void)_setHeaderImage:(id)a0; - (void)reloadThemeHeaderImage; @end