FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSAVersion Class Reference

#import <NSAVersion.h>

Inheritance diagram for NSAVersion:

Instance Methods

(instancetype) - initWithString:
 

Class Methods

(instancetype) + versionWithString:
 
(NSAVersion *) + systemVersion
 

Protected Attributes

NSString * _string
 
NSInteger _major
 
NSInteger _minor
 
NSInteger _bugfix
 

Properties

NSString * string
 
NSInteger major
 
NSInteger minor
 
NSInteger bugfix
 

Method Documentation

- (instancetype) initWithString: (NSString *)  string
+ (NSAVersion *) systemVersion

Provided by category NSAVersion(OSX).

+ (instancetype) versionWithString: (NSString *)  string

Member Data Documentation

- (NSInteger) _bugfix
protected
- (NSInteger) _major
protected
- (NSInteger) _minor
protected
- (NSString*) _string
protected

Property Documentation

- (NSInteger) bugfix
readnonatomicassignprotected
- (NSInteger) major
readnonatomicassign
- (NSInteger) minor
readnonatomicassignprotected
- (NSString*) string
readnonatomicassign

The documentation for this class was generated from the following file: