Samond Classes Library 1.2.2-RELEASE build 188
SCDelegate.h
Go to the documentation of this file.
1 //
2 // SCDelegate.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 05.05.12.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
23 #import <scl/SCObject.h>
24 
25 #pragma mark -
26 #pragma mark Class Constants
27 
36 #define SCDelegateClass @"SCDelegate"
37 
53 @interface SCDelegate : SCObject
54 
55 @end
Class SCObject header file.
Parent class of all library classes.
Definition: SCObject.h:58
Parent class of all library delegate classes.
Definition: SCDelegate.h:53