@interface REMAccountSortDescriptor : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (readonly, nonatomic) long long type; @property (readonly, nonatomic) BOOL ascending; - (void)encodeWithCoder:(id)a0; - (id)initWithCoder:(id)a0; - (id)initWithType:(long long)a0 ascending:(BOOL)a1; @end