luxlabs header browser preview


@class NSString, UIImage;
@protocol UINamedLayerContentProvider;

@interface _SMUStackedImageNamedLayerImage : NSObject <UINamedLayerImage>

@property (nonatomic) struct CGImage { } *image;
@property (retain, nonatomic) NSString *name;
@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 (retain, nonatomic) UIImage *imageObj;
@property (readonly, nonatomic) id<UINamedLayerContentProvider> contentProvider;
@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (void).cxx_destruct;

@end