Samond Classes Library 1.2.6-STABLE build 219
SCRuntimeObject.h
Go to the documentation of this file.
1 //
2 // SCRuntimeObject.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 11.12.17.
6 // Copyright (c) 2007 - 2018 by Samond Development Corporation. All rights reserved.
7 //
8 
22 #import <objc/runtime.h>
23 #import <Foundation/Foundation.h>
24 #import <scl/SCObject.h>
25 
26 #pragma mark -
27 #pragma mark Class Constants
28 
37 #define SCRuntimeObjectClass @"SCRuntimeObject"
38 
54 @end
Class SCObject header file.
Parent class of all library classes.
Definition: SCObject.h:61
Parent class of all library runtime classes.
Definition: SCRuntimeObject.h:53