luxlabs header browser preview


@class CALayer, MSStickerView;
@protocol MSStickerPrivate;

@interface _MSStickerCollectionViewCell : UICollectionViewCell

@property (retain, nonatomic) CALayer *borderLayer;
@property (retain, nonatomic) id<MSStickerPrivate> sticker;
@property (readonly, nonatomic) MSStickerView *stickerView;

- (void)setAnimating:(BOOL)a0;
- (void)prepareForReuse;
- (void).cxx_destruct;
- (void)layoutSubviews;
- (void)showCellBorder:(BOOL)a0;

@end