luxlabs header browser preview


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

@interface CALNSuggestedEventNotificationEKDataSource : NSObject <CALNSuggestedEventNotificationDataSource>

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

- (id)fetchSuggestedEventNotificationObjectIDs;
- (id)_eventForSourceClientIdentifier:(id)a0 eventStore:(id)a1;
- (id)fetchSuggestedEventNotificationsWithSourceClientIdentifier:(id)a0;
- (id)_notificationInfoFromNotification:(id)a0 inEventStore:(id)a1;
- (void)deleteCanceledSuggestedEventWithSourceClientIdentifier:(id)a0;
- (void)_clearSuggestedEventNotificationWithObjectID:(id)a0;
- (id)fetchSuggestedEventNotificationWithObjectID:(id)a0;
- (id)fetchSuggestedEventNotifications;
- (void)confirmSuggestedEventWithSourceClientIdentifier:(id)a0;
- (void).cxx_destruct;
- (id)initWithEventStoreProvider:(id)a0 inboxNotificationProvider:(id)a1 notificationReferenceProvider:(id)a2;
- (void)_acknowledgeSuggestedEventWithSourceClientIdentifier:(id)a0 accept:(BOOL)a1;
- (void)clearSuggestedEventNotificationWithSourceClientIdentifier:(id)a0;
- (void)ignoreSuggestedEventWithSourceClientIdentifier:(id)a0;

@end