luxlabs header browser preview


@interface SCNActionFade : SCNAction {
    struct SCNCActionFade { void /* function */ **x0; double x1; id /* block */ x2; id x3; BOOL x4; double x5; double x6; double x7; double x8; double x9; BOOL x10; BOOL x11; id /* block */ x12; struct __CFString *x13; long long x14; double x15; double x16; double x17; double x18; float x19; float x20; float x21; BOOL x22; } *_mycaction;
}

+ (BOOL)supportsSecureCoding;
+ (id)fadeInWithDuration:(double)a0;
+ (id)fadeOutWithDuration:(double)a0;
+ (id)fadeOpacityBy:(double)a0 duration:(double)a1;
+ (id)fadeOpacityTo:(double)a0 duration:(double)a1;

- (id)init;
- (id)parameters;
- (void)encodeWithCoder:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)reversedAction;

@end