@class NSString; @interface CUINamedLayerImage : CUINamedImage <CUINamedLayerImageProtocol> @property (nonatomic) struct CGRect { struct CGPoint { double x; double y; } origin; struct CGSize { double width; double height; } size; } frame; @property (nonatomic) double opacity; @property (nonatomic) int blendMode; @property (nonatomic) BOOL fixedFrame; @property (readonly, nonatomic) struct CGImage { } *image; @property (readonly, nonatomic) double scale; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)initWithName:(id)a0 usingRenditionKey:(id)a1 fromTheme:(unsigned long long)a2; @end