luxlabs header browser preview


@class UIWindowScene;

@interface UISceneSizeRestrictions : NSObject {
    BOOL _hasAutomaticMinimumSize;
    BOOL _hasAutomaticMaximumSize;
    UIWindowScene *_scene;
}

@property (nonatomic) struct CGSize { double width; double height; } minimumSize;
@property (nonatomic) struct CGSize { double width; double height; } maximumSize;
@property (nonatomic) BOOL allowsFullScreen;

+ (BOOL)automaticallyNotifiesObserversForKey:(id)a0;

- (void).cxx_destruct;
- (id)_initWithScene:(id)a0;

@end