BTUIKExpiryInputViewDelegate
Objective-C
@protocol BTUIKExpiryInputViewDelegate <NSObject>
Swift
protocol BTUIKExpiryInputViewDelegate : NSObjectProtocol
@protocol This protocol is required by the delegate to receive the expiryInputViewDidChange calls
-
Undocumented
Declaration
Objective-C
- (void)expiryInputViewDidChange:(BTUIKExpiryInputView *)expiryInputView;
Swift
func expiryInputViewDidChange(_ expiryInputView: BTUIKExpiryInputView!)