@interface SARange : SADomainObject @property (nonatomic) long long length; @property (nonatomic) long long start; + (id)range; + (id)rangeWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end
@interface SARange : SADomainObject @property (nonatomic) long long length; @property (nonatomic) long long start; + (id)range; + (id)rangeWithDictionary:(id)a0 context:(id)a1; - (id)groupIdentifier; - (id)encodedClassName; @end