luxlabs header browser preview


@class NSString;

@interface SAUIDomainObjectPicker : SAUISnippet

@property (copy, nonatomic) NSString *idNodeName;

+ (id)domainObjectPicker;
+ (id)domainObjectPickerWithDictionary:(id)a0 context:(id)a1;

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

@end