22 #import <Foundation/Foundation.h>
27 #pragma mark Class Constants
37 #define SCCommonClass @"SCCommon"
64 @property (
class, readonly, copy) NSString *version;
70 @property (
class, readonly, copy) NSString *fullVersion;
82 @property (
class, readonly, copy) NSString *libraryInformation;
88 @property (
class, readonly, copy) NSString *compilationDate;
94 @property (
class, readonly, copy) NSString *compilationDateTime;
100 @property (
class, readonly, copy) NSString *compilationString;
105 #pragma mark Library Information Access
106 + (NSString *)version;
107 + (NSString *)fullVersion;
109 + (NSString *)libraryInformation;
110 + (NSString *)compilationDate;
111 + (NSString *)compilationDateTime;
112 + (NSString *)compilationString;
uint32_t SCUInteger
Definition: SCTypes.h:77
Class SCObject header file.
Parent class of all library classes.
Definition: SCObject.h:61
Common library functions class.
Definition: SCCommon.h:55
Library types header file.