Samond Classes Library 1.1.6-RELEASE build 132

SCServiceObject.h

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