@class NSString, NSObject; @protocol OS_dispatch_queue, MapsSuggestionsEventKitConnectorDelegate; @interface MapsSuggestionsRealEventKitConnector : NSObject { NSObject *_queue; } @property (weak, nonatomic) id delegate; @property (readonly, nonatomic) NSString *uniqueName; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)visibleCalendars; - (id)init; - (id)predicateForEventsWithStartDate:(id)a0 endDate:(id)a1 calendars:(id)a2; - (id)calendarsForEntityType:(unsigned long long)a0; - (void)startListeningForChanges; - (void).cxx_destruct; - (id)eventsMatchingPredicate:(id)a0; - (BOOL)removeEvent:(id)a0 span:(long long)a1 error:(id *)a2; - (id)eventWithIdentifier:(id)a0; - (void)_eventStoreDidChange:(id)a0; - (void)stopListeningForChanges; @end