luxlabs header browser preview


@protocol GEOResourceRequesterProxy;

@interface GEOResourceRequester : NSObject {
    id<GEOResourceRequesterProxy> _proxy;
}

@property (class, readonly, nonatomic) GEOResourceRequester *sharedRequester;

+ (void)setProxyClass:(Class)a0;

- (id)init;
- (id)initWithProxy:(id)a0;
- (void).cxx_destruct;
- (void)fetchResources:(id)a0 force:(BOOL)a1 manifestConfiguration:(id)a2 auditToken:(id)a3 queue:(id)a4 handler:(id /* block */)a5;
- (void)fetchResources:(id)a0 force:(BOOL)a1 manifestConfiguration:(id)a2 auditToken:(id)a3 signpostID:(unsigned long long)a4 queue:(id)a5 handler:(id /* block */)a6;

@end