luxlabs header browser preview


@interface OKTransitionSuck : OKTransitionCATransition {
    struct CGPoint { double x; double y; } _location;
}

+ (void)setupJavascriptContext:(id)a0;
+ (id)supportedSettings;

- (id)initWithSettings:(id)a0;
- (struct CGPoint { double x0; double x1; })settingLocation;
- (void)prepareInView:(id)a0;
- (void)setSettingLocation:(struct CGPoint { double x0; double x1; })a0;

@end