luxlabs header browser preview


@interface OFPropertyAnimationLayer : CALayer

@property (nonatomic) struct CGPoint { double x0; double x1; } animatedPoint;
@property (nonatomic) double animatedFloat;

+ (BOOL)needsDisplayForKey:(id)a0;

- (id)init;
- (void)dealloc;
- (id)initWithLayer:(id)a0;

@end