VORevealCellProtocol

@protocol VORevealCellProtocol <NSObject>

- (void)configureWithRevealManager:(VOVoucherRevealManager *)voucherRevealManager rotationAmount:(CGFloat)rotation;
- (void)applyTheme:(VOTheme *)theme;

@optional

+ (CGSize)sizeForCellWithWidth:(CGFloat)width;

@end

Undocumented