22 #import <Foundation/Foundation.h>
26 #pragma mark Library Constants
36 #define SC_NULL_OBJECT @"__NULL_OBJECT__"
49 #define SCLS( string) NSLocalizedString( string, nil)
55 #define __abstract__( name) { @throw [SCAbstractMethodException exceptionWithMethod:name]; }
59 #pragma mark Architecture Defines
61 #if defined(__i386__) && !defined(SCL_I386)
65 #if defined(__x86_64__) && !defined(SCL_X86_64)
69 #if defined(__aarch64__) && !defined(SCL_ARM_64)
73 #if defined(__arm64__) && !defined(SCL_ARM_64)
77 #if defined(__arm__) && !defined(SCL_ARM_32)
Exception SCAbstractMethodException header file.