luxlabs header browser preview


@class NSString;

@interface SAMacSystemInformation : SADomainObject

@property (copy, nonatomic) NSString *query;

+ (id)systemInformation;
+ (id)systemInformationWithDictionary:(id)a0 context:(id)a1;

- (id)groupIdentifier;
- (id)encodedClassName;

@end