Samond Classes Library 1.2.2-RELEASE build 188
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 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <scl/SCSorter.h>
23 
24 #pragma mark -
25 #pragma mark Class Constants
26 
35 #define SCBubbleSorterClass @"SCBubbleSorter"
36 
37 
52 
53 #pragma mark -
54 #pragma mark Creating Sorter
55 + (instancetype)sorter;
56 
57 @end
Bubble data sorter class.
Definition: SCBubbleSorter.h:51
Abstract implementation of the protocol SCSorter.
Definition: SCSorter.h:136
Protocol and class SCSorter header file.
instancetype sorter()
Definition: SCBubbleSorter.m:240