Samond Classes Library 1.2.0-RELEASE build 166
SCCommon.h
Go to the documentation of this file.
1 //
2 // SCCommon.h
3 // scl
4 //
5 // Created by Viacheslav Smolensky on 24.02.09.
6 // Copyright (c) 2007 - 2017 by Samond Development Corporation. All rights reserved.
7 //
8 
21 #import <Foundation/Foundation.h>
22 #import <scl/SCTypes.h>
23 #import <scl/SCObject.h>
24 
25 #pragma mark -
26 #pragma mark Константы класса
27 
31 #define SCCommonClass @"SCCommon"
32 
49 @interface SCCommon : SCObject {
50 }
51 
52 #pragma mark -
53 #pragma mark Доступ к информации о библиотеке
54 + (NSString *)version;
55 + (NSString *)fullVersion;
56 + (SCUInteger)sclBuild;
57 + (NSString *)libraryInformation;
58 + (NSString *)compilationDate;
59 + (NSString *)compilationDateTime;
60 + (NSString *)compilationString;
61 
62 @end
uint32_t SCUInteger
Definition: SCTypes.h:72
Parent class of all library classes.
Definition: SCObject.h:57
Common library functions class.
Definition: SCCommon.h:49