@interface TSUDuration : NSObject <NSCopying> { double mTimeInterval; } + (id)durationWithTimeInterval:(double)a0; - (double)timeInterval; - (id)initWithTimeInterval:(double)a0; - (unsigned long long)hash; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end