@class NSArray, NSString; @interface SADomainObjectRetrieve : SABaseClientBoundCommand <SADomainObjectCommand> @property (class, readonly) BOOL supportsSecureCoding; @property (copy, nonatomic) NSArray *identifiers; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)domainObjectRetrieve; + (id)domainObjectRetrieveWithDictionary:(id)a0 context:(id)a1; @end