use crate::common::*;
use crate::AppKit::*;
use crate::Contacts::*;
use crate::CoreLocation::*;
use crate::Foundation::*;
use crate::MapKit::*;
typed_enum!(
pub type MKPointOfInterestCategory = NSString;
);
extern_static!(MKPointOfInterestCategoryAirport: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryAmusementPark: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryAquarium: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryATM: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryBakery: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryBank: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryBeach: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryBrewery: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryCafe: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryCampground: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryCarRental: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryEVCharger: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryFireStation: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryFitnessCenter: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryFoodMarket: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryGasStation: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryHospital: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryHotel: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryLaundry: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryLibrary: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryMarina: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryMovieTheater: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryMuseum: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryNationalPark: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryNightlife: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryPark: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryParking: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryPharmacy: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryPolice: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryPostOffice: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryPublicTransport: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryRestaurant: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryRestroom: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategorySchool: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryStadium: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryStore: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryTheater: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryUniversity: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryWinery: Option<&'static MKPointOfInterestCategory>);
extern_static!(MKPointOfInterestCategoryZoo: Option<&'static MKPointOfInterestCategory>);