Samond Classes Library 1.1.6-RELEASE build 132

SCSortingProtocol.h

Go to the documentation of this file.
00001 //
00002 //  SCSortingProtocol.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 27.04.12.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00016 #import <Foundation/Foundation.h>
00017 
00024 @protocol SCSortingProtocol
00025 
00031 - (void)ascendingSortCollection:(id)collection;
00032 
00038 - (void)descendingSortCollection:(id)collection;
00039 
00040 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines