VORevealCellProtocol
@protocol VORevealCellProtocol <NSObject>
- (void)configureWithRevealManager:(VOVoucherRevealManager *)voucherRevealManager rotationAmount:(CGFloat)rotation;
- (void)applyTheme:(VOTheme *)theme;
@optional
+ (CGSize)sizeForCellWithWidth:(CGFloat)width;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)configureWithRevealManager:(VOVoucherRevealManager *)voucherRevealManager rotationAmount:(CGFloat)rotation;Swift
func configure(with voucherRevealManager: VOVoucherRevealManager!, rotationAmount rotation: Any!) -
Undocumented
Declaration
Objective-C
+ (CGSize)sizeForCellWithWidth:(CGFloat)width;Swift
optional static func sizeForCell(withWidth width: Any!) -> Any!
View on GitHub
VORevealCellProtocol Protocol Reference