ChipDna Mobile
Loading...
Searching...
No Matches
VersionInformation.h
1
8#import <Foundation/Foundation.h>
9
10@interface VersionInformation : NSObject
11
15@property (nonatomic, strong, readonly)NSString *chipDnaVersion;
16
20@property (nonatomic, strong, readonly)NSString *chipDnaReleaseName;
21
25@property (nonatomic, strong, readonly)NSString *chipDnaApplicationName;
26
27@end
This class represents the version information for ChipDNA Mobile.
Definition: VersionInformation.h:11
NSString * chipDnaVersion
Definition: VersionInformation.h:15
NSString * chipDnaReleaseName
Definition: VersionInformation.h:20
NSString * chipDnaApplicationName
Definition: VersionInformation.h:25