@class INSeat, INTicketedEvent; @interface INTicketedEventReservation : INReservation @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, copy, nonatomic) INTicketedEvent *event; @property (readonly, copy, nonatomic) INSeat *reservedSeat; - (id)_duration; - (id)_dictionaryRepresentation; - (unsigned long long)hash; - (void)encodeWithCoder:(id)a0; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithItemReference:(id)a0 reservationNumber:(id)a1 bookingTime:(id)a2 reservationStatus:(long long)a3 reservationHolderName:(id)a4 actions:(id)a5 URL:(id)a6 reservedSeat:(id)a7 event:(id)a8; - (id)initWithItemReference:(id)a0 reservationNumber:(id)a1 bookingTime:(id)a2 reservationStatus:(long long)a3 reservationHolderName:(id)a4 actions:(id)a5 reservedSeat:(id)a6 event:(id)a7; @end