luxlabs header browser preview


@interface MSUDataAccessor : NSObject

+ (id)hardwareModelWithError:(id *)a0;
+ (unsigned long long)cryptex1TicketType;
+ (id)sharedDataAccessor;
+ (id)bootUUIDWithError:(id *)a0;
+ (id)errorNameForCode:(long long)a0;
+ (void)buildErrorForRef:(id *)a0 code:(long long)a1 description:(id)a2;
+ (id)ioreg:(id)a0 property:(id)a1 error:(id *)a2;

- (id)init;
- (id)copyMountPointForVolumeType:(int)a0 error:(id *)a1;
- (id)hardwareRootWithError:(id *)a0;
- (id)copyBootManifestHashWithError:(id *)a0;
- (id)copyPathForPersistentData:(int)a0 error:(id *)a1;
- (id)copyPathForPersonalizedData:(int)a0 error:(id *)a1;
- (id)copyPersistentDataPathsWithError:(id *)a0;
- (id)personalizedRootWithError:(id *)a0;
- (id)resolveFilePathForEntry:(const struct path_table_entry { union { int x0; int x1; } x0; BOOL x1; id x2; id x3; } *)a0 error:(id *)a1;

@end