luxlabs header browser preview


@class UIColor, NSString, SUUIImageViewElementCacheKey, NSURL;

@interface SUUIImageViewElement : SUUIViewElement {
    NSString *_alt;
    NSString *_entityResourceName;
    NSURL *_entityURL;
    char _enabled;
    BOOL _hasValidEntityValues;
    SUUIImageViewElementCacheKey *_resourceCacheKey;
    NSString *_resourceName;
    struct CGSize { double width; double height; } _size;
}

@property (nonatomic) float layerShadowOpacity;
@property (nonatomic) struct CGSize { double width; double height; } layerShadowOffset;
@property (nonatomic) double layerShadowRadius;
@property (nonatomic) struct CGSize { double width; double height; } shadowOffset;
@property (nonatomic) double shadowRadius;
@property (retain, nonatomic) UIColor *shadowColor;
@property (readonly, nonatomic) id resourceCacheKey;
@property (readonly, nonatomic) SUUIImageViewElementCacheKey *transientResourceCacheKey;
@property (readonly, nonatomic) NSString *resourceName;
@property (readonly, nonatomic) struct CGSize { double x0; double x1; } size;
@property (readonly, nonatomic) NSURL *URL;

- (BOOL)isEnabled;
- (void).cxx_destruct;
- (id)accessibilityText;
- (void)_loadEntityValuesIfNeeded;
- (id)applyUpdatesWithElement:(id)a0;
- (id)entityValueProperties;
- (void)entityValueProviderDidChange;
- (id)initWithDOMElement:(id)a0 parent:(id)a1 elementFactory:(id)a2;
- (long long)pageComponentType;
- (BOOL)rendersWithParallax;
- (BOOL)rendersWithPerspective;
- (id)uniquingMapKey;

@end