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;
106 @property (
class, readonly, copy) NSString *copyright;
111 #pragma mark Library Information Access
112 + (NSString *)version;
113 + (NSString *)fullVersion;
115 + (NSString *)libraryInformation;
116 + (NSString *)compilationDate;
117 + (NSString *)compilationDateTime;
118 + (NSString *)compilationString;
119 + (NSString *)copyright;
uint32_t SCUInteger
Definition: SCTypes.h:73
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.