luxlabs header browser preview


@class NSString;
@protocol CALNInboxNotificationProvider, CALNEKCalendarNotificationReferenceProvider, EKNotificationPreferences, EKEventStoreProvider;

@interface CALNCalendarResourceChangedNotificationEKDataSource : NSObject <CALNCalendarResourceChangedNotificationDataSource>

@property (readonly, nonatomic) id<EKEventStoreProvider> eventStoreProvider;
@property (readonly, nonatomic) id<CALNInboxNotificationProvider> inboxNotificationProvider;
@property (readonly, nonatomic) id<CALNEKCalendarNotificationReferenceProvider> notificationReferenceProvider;
@property (readonly, nonatomic) id<EKNotificationPreferences> preferences;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id)_notificationInfoFromNotificationReference:(id)a0;
- (void)clearCalendarResourceChangedNotificationWithSourceClientIdentifier:(id)a0;
- (id)fetchCalendarResourceChangedNotifications;
- (id)initWithEventStoreProvider:(id)a0 inboxNotificationProvider:(id)a1 notificationReferenceProvider:(id)a2 preferences:(id)a3;
- (id)fetchCalendarResourceChangedNotificationWithSourceClientIdentifier:(id)a0;
- (void).cxx_destruct;
- (id)_notificationInfoFromNotification:(id)a0;
- (id)fetchCalendarResourceChangedNotificationSourceClientIdentifiers:(id)a0;

@end