@class NSString, UITextField, UIView, NSMutableArray, SKUIGiftConfiguration; @interface SKUIGiftAmountControl : UIControl { NSMutableArray *_amountButtons; UIView *_customAmountBackgroundView; UITextField *_customAmountField; SKUIGiftConfiguration *_giftConfiguration; long long _selectedAmount; long long _trackingAmount; } @property (readonly, nonatomic) long long selectedAmount; @property (readonly, nonatomic) NSString *selectedAmountString; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)setBackgroundColor:(id)a0; - (void)_dynamicUserInterfaceTraitDidChange; - (void)cancelTrackingWithEvent:(id)a0; - (void)dealloc; - (BOOL)continueTrackingWithTouch:(id)a0 withEvent:(id)a1; - (BOOL)beginTrackingWithTouch:(id)a0 withEvent:(id)a1; - (void).cxx_destruct; - (id)hitTest:(struct CGPoint { double x0; double x1; })a0 withEvent:(id)a1; - (void)layoutSubviews; - (BOOL)textField:(id)a0 shouldChangeCharactersInRange:(struct _NSRange { unsigned long long x0; unsigned long long x1; })a1 replacementString:(id)a2; - (BOOL)textFieldShouldBeginEditing:(id)a0; - (void)endTrackingWithTouch:(id)a0 withEvent:(id)a1; - (void)_textFieldDidChange:(id)a0; - (void)_layoutForPhone; - (void)_layoutForPad; - (void)_reloadSelectedButton; - (void)_textFieldDidBeginEditing:(id)a0; - (void)_textFieldDidEndEditing:(id)a0; - (void)_updateButtonsWithTouch:(id)a0; - (id)initWithGiftConfiguration:(id)a0; @end