| 
    Samond Classes Library 1.2.1-RELEASE build 181
    
   | 
 
Common library constants header file. More...
Go to the source code of this file.
Macroses | |
| #define | SCLS(string) NSLocalizedString( string, nil) | 
| #define | __abstract__(name) { @throw [SCAbstractMethodException exceptionWithMethod:name]; } | 
Common library constants header file.
Contains the declaration of constants, which are using in other library units.
| #define __abstract__ | ( | name | ) | { @throw [SCAbstractMethodException exceptionWithMethod:name]; } | 
Generates the abstract method exception SCL-20001
| #define SCLS | ( | string | ) | NSLocalizedString( string, nil) | 
Defines the call of the standard function NSLocalizedString
 1.8.9.1