Samond Classes Library 1.2.1-RELEASE build 181
|
Common library functions class. More...
#import <SCCommon.h>
Library Information Access | |
(NSString *) | + version |
(NSString *) | + fullVersion |
(SCUInteger) | + sclBuild |
(NSString *) | + libraryInformation |
(NSString *) | + compilationDate |
(NSString *) | + compilationDateTime |
(NSString *) | + compilationString |
Additional Inherited Members | |
![]() | |
(instancetype) | - initWithCoder: |
(instancetype) | - initWithContentsOfSerializedFile: |
(void) | - encodeWithCoder: |
(BOOL) | - writeContentsToSerializedFile: |
(instancetype) | - initWithDataDictionary: |
(instancetype) | - initWithDataDictionaryFromFile: |
(void) | - writeToDataDictionary: |
(void) | - writeToDataDictionaryFile:atomically: |
(void) | - writeToDataDictionaryFile: |
(NSDictionary *) | - dataDictionary |
(instancetype) | - initWithStream: |
(instancetype) | - initWithFileStream: |
(void) | - writeToStream: |
(void) | - writeToFileStream: |
(void) | - appendToFileStream: |
(id) | - copyObject |
(SCComparisonResult) | - compareWithObject: |
(BOOL) | - isEqual: |
Common library functions class.
Contains the methods, which cannot be grouped into other classes and categories.
Most methods are class methods, then you do not need to create the class instance.
Replace the return types from the class name to the instancetype
Move the support of the serialized files, data dictionaries, streams and collections into the new category NSObject(SCNSObject)
+ (NSString *) compilationDate |
Returns the string with the library compilation date.
+ (NSString *) compilationDateTime |
Returns the string with the date and time of the library compilation.
+ (NSString *) compilationString |
Returns the library compilation information.
+ (NSString *) fullVersion |
Returns the string with the full library version.
+ (NSString *) libraryInformation |
Returns the string with the full information about library.
+ (SCUInteger) sclBuild |
Returns the number of the current library build.
+ (NSString *) version |
Returns the string with the short library version.