Samond Classes Library 1.2.0-RELEASE build 166
SCConstants.h
Go to the documentation of this file.
1 //
2 // SCConstants.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 20.10.10.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #pragma mark -
23 #pragma mark Макросы
24 
33 #define SCLS( string) NSLocalizedString( string, nil)
34 
39 #define __abstract__( name) { @throw [SCAbstractMethodException exceptionWithMethod:name]; }