Samond Classes Library 1.2.6-STABLE build 219
SCBubbleSorter.h
Go to the documentation of this file.
1 //
2 // SCBubbleSorter.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 25.05.12.
6 // Copyright (c) 2007 - 2018 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <Foundation/Foundation.h>
23 #import <scl/SCSorter.h>
24 
25 #pragma mark -
26 #pragma mark Class Constants
27 
36 #define SCBubbleSorterClass @"SCBubbleSorter"
37 
38 
53 
54 #pragma mark -
55 #pragma mark Creating Sorter
56 + (instancetype)sorter;
57 
58 @end
Bubble data sorter class.
Definition: SCBubbleSorter.h:52
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:138
Protocol and class SCSorter header file.
instancetype sorter()
Definition: SCBubbleSorter.m:239