@class NSString, NSDate; @interface HMIVideoTimelineEntry : HMFObject @property (readonly) struct { long long value; int timescale; unsigned int flags; long long epoch; } time; @property (readonly) NSDate *date; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void).cxx_destruct; - (id)initWithTime:(struct { long long x0; int x1; unsigned int x2; long long x3; })a0 date:(id)a1; @end