luxlabs header browser preview


@class NSArray;

@interface ATXDistractionEvents : NSObject <NSSecureCoding>

@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly, copy, nonatomic) NSArray *allDeliveredNotifications;
@property (readonly, copy, nonatomic) NSArray *allInterruptingAppSessions;

- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (id)initWithCoder:(id)a0;
- (id)initWithAllDeliveredNotifications:(id)a0 allInterruptingAppSessions:(id)a1;

@end