Samond Classes Library 1.2.6-STABLE build 219
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 - 2018 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <Foundation/Foundation.h>
23 #import <scl/SCList.h>
24 
25 #pragma mark -
26 #pragma mark Константы класса
27 
36 #define SCUnidirectionalListClass @"SCUnidirectionalList"
37 
38 
81 
82 @end
Class SCList header file.
Unidirectional list class.
Definition: SCUnidirectionalList.h:80
Parent class of the object list classes.
Definition: SCList.h:73