Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Properties | |
NSUInteger | major |
NSUInteger | minor |
NSUInteger | revision |
NSUInteger | build |
NMVersion class describes a version in the following format: <major>.<minor>.<revision>.<build>.
|
readwritenonatomicassign |
The fourth component of the version.
|
readwritenonatomicassign |
The first component of the version.
|
readwritenonatomicassign |
The second component of the version.
|
readwritenonatomicassign |
The third component of the version.