luxlabs header browser preview


@class UIColor, NSString;

@interface DOCAppearance : NSObject <NSSecureCoding, NSCopying> {
    NSString *_collectionCreateButtonTitle;
}

@property (class, readonly) DOCAppearance *documentsPickerAppearance;
@property (class, readonly) DOCAppearance *recentsPopoverAppearance;
@property (class, readonly) BOOL supportsSecureCoding;

@property (readonly) UIColor *backgroundColor;
@property (nonatomic) double compactHorizontalTableStackSpacing;
@property (nonatomic) double regularHorizontalTableStackSpacing;
@property (nonatomic) double fullHorizontalTableStackSpacing;
@property (nonatomic) BOOL showsCreateButton;
@property (nonatomic) BOOL shouldShowFileExtensions;
@property (nonatomic) BOOL forceClearBackground;
@property (nonatomic) unsigned long long browserUserInterfaceStyle;
@property (nonatomic) double defaultDocumentAspectRatio;
@property (retain, nonatomic) NSString *collectionCreateButtonTitle;
@property BOOL alwaysEnableScrollInSourceView;

- (id)init;
- (void)encodeWithCoder:(id)a0;
- (void).cxx_destruct;
- (BOOL)isEqual:(id)a0;
- (id)initWithCoder:(id)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end