23 #import <Foundation/Foundation.h>
42 #pragma mark Сортировка объектов коллекций
58 - (void)ascendingSortCollection:(
id)collection;
70 - (void)descendingSortCollection:(
id)collection;
73 #pragma mark Сортировка строк
89 - (void)ascendingSortText:(
SCStrings *)text;
101 - (void)descendingSortText:(
SCStrings *)text;
Strings list class.
Definition: SCStrings.h:65
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:37