@class NSString; @protocol CALNInboxNotificationProvider, CALNEKCalendarNotificationReferenceProvider, CALNDataSourceEventRepresentationProvider, EKNotificationPreferences, EKEventStoreProvider; @interface CALNEventInvitationResponseNotificationEKDataSource : NSObject @property (readonly, nonatomic) id eventStoreProvider; @property (readonly, nonatomic) id inboxNotificationProvider; @property (readonly, nonatomic) id notificationReferenceProvider; @property (readonly, nonatomic) id dataSourceEventRepresentationProvider; @property (readonly, nonatomic) id preferences; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)_notificationInfoFromNotification:(id)a0 inEventStore:(id)a1; - (id)fetchEventInvitationResponseNotificationSourceClientIdentifiers:(id)a0; - (id)fetchEventInvitationResponseNotificationWithSourceClientIdentifier:(id)a0; - (void).cxx_destruct; - (void)clearEventInvitationResponseWithSourceClientIdentifier:(id)a0; - (void)declineEventInvitationResponseWithSourceClientIdentifier:(id)a0; - (id)initWithEventStoreProvider:(id)a0 inboxNotificationProvider:(id)a1 notificationReferenceProvider:(id)a2 dataSourceEventRepresentationProvider:(id)a3 preferences:(id)a4; - (void)acceptEventInvitationResponseWithSourceClientIdentifier:(id)a0; - (id)fetchEventInvitationResponseNotifications; @end