Samond Classes Library 1.2.3-RELEASE build 192
SCUnidirectionalList.h
Go to the documentation of this file.
1 //
2 // SCUnidirectionalList.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 13.04.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <scl/SCList.h>
23 
24 #pragma mark -
25 #pragma mark Константы класса
26 
35 #define SCUnidirectionalListClass @"SCUnidirectionalList"
36 
37 
80 
81 @end
Class SCList header file.
Unidirectional list class.
Definition: SCUnidirectionalList.h:79
Parent class of the object list classes.
Definition: SCList.h:70