22 #import <Foundation/Foundation.h>
29 #pragma mark Protocol SCSorter Declaration
46 #pragma mark Sorting Objects
77 #pragma mark Sorting Strings
93 - (void)ascendingSortText:(
SCStrings *)text;
105 - (void)descendingSortText:(
SCStrings *)text;
110 #pragma mark Class Constants
120 #define SCSorterClass @"SCSorter"
124 #pragma mark Class SCSorter Declaration
141 #pragma mark Sorting Objects
146 #pragma mark Sorting Strings
147 - (void)ascendingSortText:(
SCStrings *)text;
148 - (void)descendingSortText:(
SCStrings *)text;
Class SCObject header file.
Mutable indexed collection protocol.
Definition: SCCollectionProtocols.h:887
Strings list class.
Definition: SCStrings.h:74
Parent class of all library classes.
Definition: SCObject.h:61
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:138
Collection types protocols header file.
Sorting algorithm protocol.
Definition: SCSorter.h:43