@class UIButton; @protocol CKInlineAudioReplyButtonDelegate; @interface CKInlineAudioReplyButtonController : NSObject @property (retain, nonatomic) UIButton *startButton; @property (retain, nonatomic) UIButton *stopButton; @property (nonatomic) double holdThreshold; @property (nonatomic) double touchDownTime; @property (nonatomic, getter=isStarted) BOOL started; @property (weak, nonatomic) id delegate; - (void)dealloc; - (void).cxx_destruct; - (id)initWithStartButton:(id)a0 stopButton:(id)a1; - (void)touchDragEnter:(id)a0; - (void)touchDownInStartButton:(id)a0 event:(id)a1; - (void)touchDragExit:(id)a0; - (void)touchUpInStartButton:(id)a0 event:(id)a1; - (void)touchUpInStopButton:(id)a0; - (void)touchUpOutsideStartButton:(id)a0 event:(id)a1; @end