@class NSArray; @interface SAStockDelete : SADomainCommand @property (copy, nonatomic) NSArray *stocks; - (id)groupIdentifier; - (BOOL)requiresResponse; - (id)encodedClassName; - (BOOL)mutatingCommand; @end
@class NSArray; @interface SAStockDelete : SADomainCommand @property (copy, nonatomic) NSArray *stocks; - (id)groupIdentifier; - (BOOL)requiresResponse; - (id)encodedClassName; - (BOOL)mutatingCommand; @end