luxlabs header browser preview


@class NSString;

@interface WebOpenPanelResultListener : NSObject <WebOpenPanelResultListener> {
    struct RefPtr<WebCore::FileChooser, WTF::RawPtrTraits<WebCore::FileChooser>, WTF::DefaultRefDerefTraits<WebCore::FileChooser>> { struct FileChooser *m_ptr; } _chooser;
}

@property (readonly) unsigned long long hash;
@property (readonly) Class superclass;
@property (readonly, copy) NSString *description;
@property (readonly, copy) NSString *debugDescription;

- (id).cxx_construct;
- (void).cxx_destruct;
- (void)cancel;
- (void)chooseFilename:(id)a0 displayString:(id)a1 iconImage:(struct CGImage { } *)a2;
- (void)chooseFilenames:(id)a0 displayString:(id)a1 iconImage:(struct CGImage { } *)a2;
- (void)chooseFilename:(id)a0;
- (void)chooseFilenames:(id)a0;
- (id)initWithChooser:(void *)a0;

@end