22 #import <Foundation/Foundation.h>
36 #define SCLS( string) NSLocalizedString( string, nil)
42 #define __abstract__( name) { @throw [SCAbstractMethodException exceptionWithMethod:name]; }
46 #pragma mark Architecture Defines
48 #if defined(__i386__) && !defined(SCL_I386)
52 #if defined(__x86_64__) && !defined(SCL_X86_64)
56 #if defined(__aarch64__) && !defined(SCL_ARM_64)
60 #if defined(__arm64__) && !defined(SCL_ARM_64)
64 #if defined(__arm__) && !defined(SCL_ARM_32)
Exception SCAbstractMethodException header file.