luxlabs header browser preview


@class NSString, NSDictionary, IKJSViewModelLink, IKAppDocument;

@interface IKDocumentServiceRequest : IKServiceRequest <IKJSViewModelLinkDelegate> {
    IKJSViewModelLink *_link;
    struct { BOOL hasResponseDictionaryDidChange; BOOL hasDocumentDidChange; } _dsrDelegateFlags;
}

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

- (void).cxx_destruct;
- (void)setDelegate:(id)a0;
- (void)onCancel;
- (void)didCloseViewModelLink:(id)a0 withErrorDictionary:(id)a1;
- (void)documentDidChangeForViewModelLink:(id)a0;
- (void)onSend;
- (void)responseDictionaryDidChangeForViewModelLink:(id)a0;

@end