luxlabs header browser preview


@class NSString;

@interface SAUIPlayNotificationSound : SABaseClientBoundCommand

@property (copy, nonatomic) NSString *notificationId;
@property (copy, nonatomic) NSString *notificationType;

+ (id)playNotificationSound;
+ (id)playNotificationSoundWithDictionary:(id)a0 context:(id)a1;

- (id)groupIdentifier;
- (BOOL)requiresResponse;
- (id)encodedClassName;

@end