rust_macios/foundation/
ns_date_components.rs

1use crate::object;
2
3object! {
4    /// An object that specifies a date or time in terms of units (such as year, month, day, hour, and minute) to be evaluated in a calendar system and time zone.
5    unsafe pub struct NSDateComponents;
6}