@class NSString; @interface SAPostUpdatePersonalRequestSettingsNotification : SABaseClientBoundCommand @property (copy, nonatomic) NSString *homeId; - (id)groupIdentifier; - (BOOL)requiresResponse; - (id)encodedClassName; - (BOOL)mutatingCommand; @end