Samond Classes Library 1.1.6-RELEASE build 132

SCNetObject.h

Go to the documentation of this file.
00001 //
00002 //  SCNetObject.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 02.11.11.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00015 #import <Foundation/Foundation.h>
00016 #import <scl/SCObject.h>
00017 
00018 #define SCNetObjectClass @"SCNetObject" ///< SCNetObject class name
00019 
00027 @interface SCNetObject : SCObject {
00028 
00029 }
00030 
00031 @end
 All Classes Files Functions Typedefs Enumerations Enumerator Defines