@protocol UIKBAlertControllerDelegate; @interface UIKBAlertController : UIAlertController @property (nonatomic) id kbDelegate; - (void)viewDidDisappear:(BOOL)a0; @end