@protocol CALNCoreLocationProvider; @interface CALNCalendarCoreLocationManager : NSObject @property (readonly, nonatomic) id coreLocationProvider; @property (readonly, nonatomic) BOOL allowsLocationAlerts; - (id)initWithCoreLocationProvider:(id)a0; - (void)markAsHavingReceivedLocation; - (void).cxx_destruct; @end