|
Samond Classes Library 1.1.6-RELEASE build 132
|
00001 // 00002 // SCDelegateObject.h 00003 // scl 00004 // 00005 // Created by Viacheslav Smolensky on 05.05.12. 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 SCDelegateObjectClass @"SCDelegateObject" ///< SCDelegateObject class name 00019 00027 @interface SCDelegateObject : SCObject { 00028 00029 } 00030 00031 @end
1.7.3