luxlabs header browser preview


@class UIImage;

@interface UIDynamicPatternColor : UIDynamicColor {
    UIImage *_image;
}

- (unsigned long long)hash;
- (id)initWithPatternImage:(id)a0;
- (id)_resolvedColorWithTraitCollection:(id)a0;
- (id)description;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end