luxlabs header browser preview


@class UISDeviceContext;

@interface _UIDeviceInitialDeviceConfigurationLoader : NSObject {
    UISDeviceContext *_context;
    BOOL _hasRequestedPreload;
}

@property (class, readonly, nonatomic) _UIDeviceInitialDeviceConfigurationLoader *sharedLoader;

@property (readonly, nonatomic) UISDeviceContext *initialDeviceContext;

- (void).cxx_destruct;
- (void)_startPreloadInitialDeviceContext;

@end