//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ffi::*;
use objc2::__framework_prelude::*;
use crate::*;
/// CLVisitExtensions.
#[cfg(feature = "CLLocationManager")]
impl CLLocationManager {
extern_methods!(
#[unsafe(method(startMonitoringVisits))]
#[unsafe(method_family = none)]
pub unsafe fn startMonitoringVisits(&self);
#[unsafe(method(stopMonitoringVisits))]
#[unsafe(method_family = none)]
pub unsafe fn stopMonitoringVisits(&self);
);
}