@interface DDAddToReadingListAction : DDAction + (BOOL)isAvailable; - (id)iconName; - (id)localizedName; - (void)performFromView:(id)a0; @end