luxlabs header browser preview


@class NSString;

@interface XRRecentArrayStoredPrefs : XRRecentArray {
    NSString *_preferencePathArray;
    NSString *_preferencePathMaxCount;
}

+ (id)sharedInstanceForPreferencePath:(id)a0;

- (void)dealloc;
- (void).cxx_destruct;
- (void)synchronize;
- (void)_readUserDefaults;
- (id)initWithMaximumRecentCount:(unsigned long long)a0 preferencePath:(id)a1;

@end