luxlabs header browser preview


@class UIView;

@interface _PREditingPosterContentTwoToneStyleCoordinatorImpl : _PREditingPosterContentStyleCoordinatorImpl {
    UIView *_itemView;
    UIView *_color1View;
    UIView *_color2View;
}

- (void).cxx_destruct;
- (id)effectiveColor2;
- (id)effectiveColor1;
- (id)itemView;
- (double)itemViewLuminance;

@end