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}