@interface VCPProtoTime : PBCodable @property (nonatomic) long long value; @property (nonatomic) int timescale; @property (nonatomic) unsigned int flags; @property (nonatomic) long long epoch; + (id)timeWithCMTime:(struct { long long x0; int x1; unsigned int x2; long long x3; })a0; - (unsigned long long)hash; - (BOOL)readFrom:(id)a0; - (void)writeTo:(id)a0; - (id)description; - (id)dictionaryRepresentation; - (void)copyTo:(id)a0; - (BOOL)isEqual:(id)a0; - (void)mergeFrom:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (struct { long long x0; int x1; unsigned int x2; long long x3; })timeValue; @end