@class CNPropertyGroupAlertItem, NSString; @interface CNPropertyAlertCell : CNPropertySimpleCell @property (readonly, nonatomic) CNPropertyGroupAlertItem *alertItem; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (BOOL)shouldIndentWhileEditing; + (BOOL)wantsChevron; - (id)initWithStyle:(long long)a0 reuseIdentifier:(id)a1; - (id)alertGroup; - (BOOL)allowsCellSelection; - (void)performDefaultAction; - (void)picker:(id)a0 didPickItem:(id)a1; - (void)pickerDidCancel:(id)a0; - (void)setCardGroupItem:(id)a0; - (BOOL)shouldPerformDefaultAction; @end