luxlabs header browser preview


@interface NSURLResponseInternal : NSObject {
    struct URLResponse { void /* function */ **_vptr$CoreLoggable; struct __CFURL *fURL; struct __CFString *fMIMEType; struct __CFString *fTextEncodingName; long long fExpectedContentLength; double fExpiration; double fCreationTime; struct __CFDictionary *fDownloadAssessment; struct __CFDictionary *fSSLCertContext; int fRecommendedPolicy; struct __CFData *fPeerAddress; struct HTTPResponse *fHTTP; unsigned char fConnectionDidFallback; unsigned char fConnectionIsCellular; } _response;
}

@property (readonly) struct URLResponse { void /* function */ **x0; struct __CFURL *x1; struct __CFString *x2; struct __CFString *x3; long long x4; double x5; double x6; struct __CFDictionary *x7; struct __CFDictionary *x8; int x9; struct __CFData *x10; struct HTTPResponse *x11; unsigned char x12; unsigned char x13; } *_inner;

- (id)init;
- (struct URLResponse { void /* function */ **x0; struct __CFURL *x1; struct __CFString *x2; struct __CFString *x3; long long x4; double x5; double x6; struct __CFDictionary *x7; struct __CFDictionary *x8; int x9; struct __CFData *x10; struct HTTPResponse *x11; unsigned char x12; unsigned char x13; } *)_inner;
- (void)dealloc;
- (id).cxx_construct;
- (void).cxx_destruct;

@end