Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Properties | List of all members
NMVersion Class Reference

Inherits <NSObject>.

Properties

NSUInteger major
 
NSUInteger minor
 
NSUInteger revision
 
NSUInteger build
 

Detailed Description

NMVersion class describes a version in the following format: <major>.<minor>.<revision>.<build>.

Property Documentation

◆ build

- (NSUInteger) build
readwritenonatomicassign

The fourth component of the version.

◆ major

- (NSUInteger) major
readwritenonatomicassign

The first component of the version.

◆ minor

- (NSUInteger) minor
readwritenonatomicassign

The second component of the version.

◆ revision

- (NSUInteger) revision
readwritenonatomicassign

The third component of the version.