9 #import <scl/SCObject.h>
10 #import <scl/SCSorterProtocol.h>
40 #pragma mark Сортировка объектов коллекций
41 - (void)ascendingSortCollection:(
id)collection;
42 - (void)descendingSortCollection:(
id)collection;
45 #pragma mark Сортировка строк
46 - (void)ascendingSortText:(
SCStrings *)text;
47 - (void)descendingSortText:(
SCStrings *)text;
Strings list class.
Definition: SCStrings.h:65
Parent class of all library classes.
Definition: SCObject.h:57
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:37
Sorting algorithm protocol.
Definition: SCSorterProtocol.h:39