@interface SUSFollowUpUpdateAvailable : SUSFollowUp + (id)actions; + (id)identifier; + (unsigned long long)displayStyle; + (id)notificationOptions; + (id)informativeTextWithDescriptor:(id)a0; + (id)notificationClear; + (id)notificationDetails; + (double)notificationFrequency; + (id)notificationInformativeTextWithDescriptor:(id)a0; + (id)notificationTitleWithDescriptor:(id)a0; + (id)notificationWithDescriptor:(id)a0; + (id)titleWithDescriptor:(id)a0; @end