MapsIndoors iOS SDK
V3
Loading...
Searching...
No Matches
tmp_docs
src
MPVersion.h
Go to the documentation of this file.
1
//
2
// MPVersion.h
3
// MapsIndoors
4
//
5
// Created by Daniel Nielsen on 11/02/16.
6
// Copyright Daniel Nielsen. All rights reserved.
7
//
8
9
#ifndef MPVersion_h
10
#define MPVersion_h
11
12
#import <Foundation/Foundation.h>
13
14
@interface
MPSDKVersion
: NSObject
15
16
+ (nonnull NSString*)
versionString
;
17
+ (BOOL)
versionWasChanged
;
18
19
@end
20
21
#endif
/* MPVersion_h */
MPSDKVersion
Definition
MPVersion.h:15
+[MPSDKVersion versionWasChanged]
BOOL versionWasChanged()
+[MPSDKVersion versionString]
nonnull NSString * versionString()
Generated by
1.10.0