@interface _UIViewAnimationFrame : NSObject @property (retain, nonatomic) id value; @property (nonatomic) double startTime; @property (nonatomic) double duration; - (id)description; - (void).cxx_destruct; - (long long)compareStartTimes:(id)a0; @end