Samond Classes Library 1.2.1-RELEASE build 181
SCCommon.h
См. документацию.
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 
22 #import <Foundation/Foundation.h>
23 #import <scl/SCTypes.h>
24 #import <scl/SCObject.h>
25 
26 #pragma mark -
27 #pragma mark Class Constants
28 
32 #define SCCommonClass @"SCCommon"
33 
34 
58 @interface SCCommon : SCObject {
59 }
60 
61 #pragma mark -
62 #pragma mark Library Information Access
63 + (NSString *)version;
64 + (NSString *)fullVersion;
65 + (SCUInteger)sclBuild;
66 + (NSString *)libraryInformation;
67 + (NSString *)compilationDate;
68 + (NSString *)compilationDateTime;
69 + (NSString *)compilationString;
70 
71 @end
uint32_t SCUInteger
Definition: SCTypes.h:76
Общий предок всех остальных классов библиотеки
Definition: SCObject.h:53
Класс общих функций библиотеки
Definition: SCCommon.h:58