@interface TSCHMultiDataAnimatingFrameLayer : CALayer @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } presentationBounds; @property (nonatomic) struct CGPoint { double x; double y; } presentationPosition; - (void)setPosition:(struct CGPoint { double x0; double x1; })a0; - (id)init; - (void)setFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (void)setBounds:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0; - (id)initWithLayer:(id)a0; - (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })currentFrame; @end