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